mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Gandalf the Grey says you shall not leak globals, even in the depths of Unit Tests. So fly, you fools!
This commit is contained in:
parent
a1e3122706
commit
dc3c983be0
@ -66,7 +66,7 @@ jQuery.each( tests, function( strFlags, resultString ) {
|
|||||||
stop();
|
stop();
|
||||||
setTimeout( start, 0 );
|
setTimeout( start, 0 );
|
||||||
|
|
||||||
var cblist;
|
var cblist,
|
||||||
results = resultString.split( /\s+/ );
|
results = resultString.split( /\s+/ );
|
||||||
|
|
||||||
// Basic binding and firing
|
// Basic binding and firing
|
||||||
|
Loading…
Reference in New Issue
Block a user