removed the globalpagecreate event trigger that came with the previous pull request, as it was never necessary.

This commit is contained in:
scottjehl 2011-07-10 16:12:05 -04:00
parent f13207505f
commit 3deaa97c3a

View file

@ -114,7 +114,6 @@ $.widget( "mobile.page", $.mobile.widget, {
$this.attr( "role", "main" );
} else if ( role === "page" ) {
$('body').trigger("globalpagecreate", $this);
$this.addClass( "ui-body-" + (theme || "c") );
}