mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Correct QUnit check, this might fix swarm failures
Conflicts: test/jquery.js
This commit is contained in:
parent
04f12635c0
commit
ef5693f7be
2
test/jquery.js
vendored
2
test/jquery.js
vendored
@ -4,7 +4,7 @@
|
||||
/* jshint eqeqeq: false */
|
||||
|
||||
var i, len,
|
||||
src = /^(.*)test\//.exec( window.location.pathname )[1],
|
||||
src = window.location.pathname.split( "test" )[ 0 ],
|
||||
QUnit = window.QUnit || parent.QUnit,
|
||||
require = window.require || parent.require;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user