summaryrefslogtreecommitdiffstats
path: root/examples/example7-events.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example7-events.html')
-rw-r--r--examples/example7-events.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example7-events.html b/examples/example7-events.html
index 3660cc2..e268861 100644
--- a/examples/example7-events.html
+++ b/examples/example7-events.html
@@ -112,7 +112,7 @@
}
- grid = new SlickGrid($("#myGrid"), data, columns, options);
+ grid = new Slick.Grid($("#myGrid"), data, columns, options);
grid.onContextMenu = function (e, row, cell)
{