mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-04 20:54:46 +00:00
removed uncecessary clone for event names array to fix the tests
This commit is contained in:
parent
c2e65107c0
commit
31604bb75a
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
$.testHelper.reloadLib(libName);
|
||||
|
||||
$.each($.fn.clone(events), function( i, name ) {
|
||||
$.each(events, function( i, name ) {
|
||||
ok($.fn[name] !== undefined, name + "is not undefined");
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue