triggered pageshow on first page load (prevPage will be an empty jq obj)

This commit is contained in:
scottjehl 2010-10-04 19:17:54 -04:00
parent ecbe18d809
commit 9b810283a6

View file

@ -225,6 +225,8 @@
changePage( currentPage, startPage, transition, back );
} else {
startPage.addClass( activePageClass );
//FIXME: when there's no prevPage, is passing an empty jQuery obj proper style?
startPage.trigger("pageshow", {prevPage: $('')});
pageLoading( true );
}
}