mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-24 08:04:43 +00:00
removed the globalpagecreate event trigger that came with the previous pull request, as it was never necessary.
This commit is contained in:
parent
f13207505f
commit
3deaa97c3a
1 changed files with 0 additions and 1 deletions
|
|
@ -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") );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue