diff options
Diffstat (limited to 'lib/scripts/index.js')
-rw-r--r-- | lib/scripts/index.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/scripts/index.js b/lib/scripts/index.js index 4b67a0b12..96d4e2fb9 100644 --- a/lib/scripts/index.js +++ b/lib/scripts/index.js @@ -1,3 +1,6 @@ +/*jslint white: true, onevar: true, undef: true, nomen: true, eqeqeq: true, plusplus: true, bitwise: true, regexp: false, newcap: true, immed: true */ +/*global jQuery, window, DOKU_BASE, DEPRECATED, bind*/ + var dw_index = jQuery('#index__tree').dw_tree({deferInit: true, load_data: function (show_sublist, $clicky) { jQuery.post( |