diff options
Diffstat (limited to 'examples/example3-editing.html')
-rw-r--r-- | examples/example3-editing.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example3-editing.html b/examples/example3-editing.html index 298a6fc..0de321d 100644 --- a/examples/example3-editing.html +++ b/examples/example3-editing.html @@ -94,7 +94,7 @@ } - grid = new SlickGrid($("#myGrid"), data, columns, options); + grid = new Slick.Grid($("#myGrid"), data, columns, options); }) </script> |