Moved the init test script off into a separate file.
This commit is contained in:
parent
69e6e53555
commit
8df82d2b04
2 changed files with 5 additions and 6 deletions
4
test/data/testinit.js
Normal file
4
test/data/testinit.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
var jQuery = this.jQuery || "jQuery", // For testing .noConflict()
|
||||
$ = this.$ || "$",
|
||||
originaljQuery = jQuery,
|
||||
original$ = $;
|
Loading…
Add table
Add a link
Reference in a new issue