jQuery: fix to jquerymobile tests

This commit is contained in:
John Reilly 2014-02-20 11:52:31 +00:00
parent b4ce3c8e6e
commit 6fccc6e510

View File

@ -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/;