diff options
author | jaubourg <j@ubourg.net> | 2012-04-30 03:04:45 +0200 |
---|---|---|
committer | jaubourg <j@ubourg.net> | 2012-04-30 03:04:45 +0200 |
commit | dc3c983be094ee5c90d992c89b3a805feb6c4e26 (patch) | |
tree | 4e4c38d062374892d1f1e5ccb296d5713ff33872 /test/unit/callbacks.js | |
parent | a1e3122706de7c4a71cbeaff83e47c2e24f686d2 (diff) | |
download | jquery-dc3c983be094ee5c90d992c89b3a805feb6c4e26.tar.gz jquery-dc3c983be094ee5c90d992c89b3a805feb6c4e26.zip |
Gandalf the Grey says you shall not leak globals, even in the depths of Unit Tests. So fly, you fools!
Diffstat (limited to 'test/unit/callbacks.js')
-rw-r--r-- | test/unit/callbacks.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 |