mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-10 01:11:02 +00:00
whitespace in event_core tests
This commit is contained in:
parent
5d75e3dfa7
commit
2d56e5c2fb
1 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue