From dc3c983be094ee5c90d992c89b3a805feb6c4e26 Mon Sep 17 00:00:00 2001 From: jaubourg Date: Mon, 30 Apr 2012 03:04:45 +0200 Subject: [PATCH] Gandalf the Grey says you shall not leak globals, even in the depths of Unit Tests. So fly, you fools! --- test/unit/callbacks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/callbacks.js b/test/unit/callbacks.js index 3e9936238..5fcee49bd 100644 --- a/test/unit/callbacks.js +++ b/test/unit/callbacks.js @@ -66,7 +66,7 @@ jQuery.each( tests, function( strFlags, resultString ) { stop(); setTimeout( start, 0 ); - var cblist; + var cblist, results = resultString.split( /\s+/ ); // Basic binding and firing -- 2.39.5