diff options
Diffstat (limited to 'js/demo/ChatDemo/index.html')
-rw-r--r-- | js/demo/ChatDemo/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/demo/ChatDemo/index.html b/js/demo/ChatDemo/index.html index 7f904d46f54..f74b5957a79 100644 --- a/js/demo/ChatDemo/index.html +++ b/js/demo/ChatDemo/index.html @@ -254,7 +254,8 @@ "menubar=no,scrollbars=yes,resizable=yes,toolbar=no"); return false; }); - + /* jshint browser:true, jquery:true */ + /* global checkGenerated: false */ if(["http:", "https:"].indexOf(document.location.protocol) !== -1) { checkGenerated(["Chat.js"]); |