Explorar el Código

fix jshintrc for tests

Evan You hace 11 años
padre
commit
6ec86ad1dc
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      test/.jshintrc

+ 2 - 1
test/.jshintrc

@@ -25,6 +25,7 @@
     "mockMouseEvent": true,
     "mockKeyEvent": true,
     "casper": true,
-    "DocumentFragment": true
+    "DocumentFragment": true,
+    "jQuery": true
   }
 }