mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
jQuery: fix to jquerymobile tests
This commit is contained in:
@@ -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/;
|
||||
|
||||
Reference in New Issue
Block a user