summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Leibman <michael.leibman@gmail.com>2012-01-28 00:46:02 -0800
committerMichael Leibman <michael.leibman@gmail.com>2012-01-28 00:46:02 -0800
commita3dbf707aa6b158e22fb51a339e7c21d163d8afd (patch)
tree293f3cb106afe1b614facaedbaf516ba607291bf
parent8892f4a3e07c605c3e0b85d2895bd6ff46022191 (diff)
downloadSlickGrid-a3dbf707aa6b158e22fb51a339e7c21d163d8afd.zip
SlickGrid-a3dbf707aa6b158e22fb51a339e7c21d163d8afd.tar.gz
SlickGrid-a3dbf707aa6b158e22fb51a339e7c21d163d8afd.tar.bz2
Missing the slick.editors.js file in the spreadsheet example.
-rw-r--r--examples/example-spreadsheet.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/example-spreadsheet.html b/examples/example-spreadsheet.html
index d0d3c69..3b780c0 100644
--- a/examples/example-spreadsheet.html
+++ b/examples/example-spreadsheet.html
@@ -43,6 +43,7 @@
<script src="../plugins/slick.cellrangeselector.js"></script>
<script src="../plugins/slick.cellcopymanager.js"></script>
<script src="../plugins/slick.cellselectionmodel.js"></script>
+<script src="../slick.editors.js"></script>
<script src="../slick.grid.js"></script>
<script>