don't mix jQuery and '$', they can be different variables
authorWolfram Schneider <wosch@indexdata.dk>
Wed, 21 Aug 2013 16:11:02 +0000 (18:11 +0200)
committerWolfram Schneider <wosch@indexdata.dk>
Wed, 21 Aug 2013 16:11:02 +0000 (18:11 +0200)
test/spec/mkws-index-jsdom.spec.js

index fa31fea..5b49cf3 100644 (file)
@@ -26,7 +26,7 @@ function jsdom_check (file, tags_array, ignore_doctype) {
     }).createWindow();
 
     /* apply jquery to the window */
-    var $ = jQuery = require('jquery').create(window);
+    var $ = require('jquery').create(window);
 
 
     it("html jquery test", function() {