Fix JSHint issues.

This commit is contained in:
JC Brand 2016-02-26 18:23:23 +00:00
parent a392f3b769
commit 16cdd4444e
2 changed files with 2 additions and 2 deletions

View File

@ -20,6 +20,7 @@ JSHINTEXCEPTIONS = $(GENERATED) \
src/otr.js \
src/crypto.js \
src/build-no-jquery.js \
src/build-no-dependencies.js \
src/build-no-locales-no-otr.js \
src/build-no-otr.js \
src/build.js \

View File

@ -1,5 +1,4 @@
/*global jQuery, _, moment */
/*global jQuery, _, moment, Strophe, $build, $iq, $msg, $pres, SHA1, Base64, MD5, DSA, OTR */
define('jquery', [], function () { return jQuery; });
define('jquery.browser', [], function () { return jQuery; });
define('typeahead', [], function () { return jQuery; });