whitespace in event_core tests

This commit is contained in:
John Bender 2011-03-21 01:40:31 -07:00
parent 5d75e3dfa7
commit 2d56e5c2fb

View file

@ -16,12 +16,12 @@
// ensure bindings are removed
$.each(events, function(i, name){
$.each([$("#qunit-fixture"),
$($.event.special.scrollstart),
$($.event.special.tap),
$($.event.special.tap),
$($.event.special.swipe)], function(j, obj){
obj.unbind(name);
});
$($.event.special.scrollstart),
$($.event.special.tap),
$($.event.special.tap),
$($.event.special.swipe)], function(j, obj){
obj.unbind(name);
});
});
//NOTE unmock