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:
jaubourg 2012-04-30 03:04:45 +02:00
parent a1e3122706
commit dc3c983be0

View File

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