diff options
author | Pierre Spring <pierre.spring@caillou.ch> | 2010-09-23 18:28:03 +0200 |
---|---|---|
committer | Pierre Spring <pierre.spring@caillou.ch> | 2010-09-27 11:52:17 +0200 |
commit | bebc031cee5b38e55f394ca1bb72721f77ac5e52 (patch) | |
tree | cd1ba55734ccdc2fb2176895794b8d3a4bbc521c | |
parent | 5771cddc97acf00f17c34fa7ed87df07d6457bf0 (diff) | |
download | rpg-bebc031cee5b38e55f394ca1bb72721f77ac5e52.tar.gz rpg-bebc031cee5b38e55f394ca1bb72721f77ac5e52.tar.bz2 |
added JSLint declaration
-rw-r--r-- | lib/scripts/media.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/scripts/media.js b/lib/scripts/media.js index 809169363..6a5107fcc 100644 --- a/lib/scripts/media.js +++ b/lib/scripts/media.js @@ -1,3 +1,7 @@ +/*jslint white: true, onevar: true, undef: true, nomen: true, eqeqeq: true, plusplus: true, bitwise: true, regexp: false, strict: true, newcap: true, immed: true */ +/*global jQuery, window, DOKU_BASE*/ +"use strict"; + /** * JavaScript functionalitiy for the media management popup * |