Merge branch 'patch-8' of https://github.com/MauriceG/jquery-mobile into MauriceG-patch-8

This commit is contained in:
John Bender 2011-10-18 09:06:55 -07:00
commit 5fce1154f7

View file

@ -346,6 +346,7 @@
self.menuType = "page";
self.menuPageContent.append( self.list );
self.menuPage.find("div .ui-title").text(self.label.text());
$.mobile.changePage( self.menuPage, {
transition: $.mobile.defaultDialogTransition
});