浏览代码

Fix JSHint issues.

JC Brand 9 年之前
父节点
当前提交
16cdd4444e
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 0
      Makefile
  2. 1 2
      src/wrapper-end.js

+ 1 - 0
Makefile

@@ -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 \

+ 1 - 2
src/wrapper-end.js

@@ -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; });