Commit 16cdd444 authored by JC Brand's avatar JC Brand

Fix JSHint issues.

parent a392f3b7
......@@ -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 \
......
/*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; });
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment