From: Wolfram Schneider Date: Wed, 21 Aug 2013 16:11:02 +0000 (+0200) Subject: don't mix jQuery and '$', they can be different variables X-Git-Tag: 0.9.1~202^2~86 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=f3dd4da433bb1c8cb0fff974d2eb0b699da631a5 don't mix jQuery and '$', they can be different variables --- diff --git a/test/spec/mkws-index-jsdom.spec.js b/test/spec/mkws-index-jsdom.spec.js index fa31fea..5b49cf3 100644 --- a/test/spec/mkws-index-jsdom.spec.js +++ b/test/spec/mkws-index-jsdom.spec.js @@ -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() {