mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
jQuery: fix to jquerymobile tests
This commit is contained in:
parent
b4ce3c8e6e
commit
6fccc6e510
@ -71,7 +71,7 @@ function test_pagesDialogs() {
|
||||
}
|
||||
});
|
||||
|
||||
$(document).bind("pagebeforechange", function (e, data) {
|
||||
$(document).bind("pagebeforechange", function (e, data?) {
|
||||
if (typeof data.toPage === "string") {
|
||||
var u = $.mobile.path.parseUrl(data.toPage),
|
||||
re = /^#category-item/;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user