Correct QUnit check, this might fix swarm failures

Conflicts:
	test/jquery.js
This commit is contained in:
Oleg 2013-08-19 22:33:52 +04:00 committed by Timmy Willison
parent 04f12635c0
commit ef5693f7be

2
test/jquery.js vendored
View File

@ -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;