Skip to content

Commit 3deaa97

Browse files
author
scottjehl
committed
removed the globalpagecreate event trigger that came with the previous pull request, as it was never necessary.
1 parent f132075 commit 3deaa97

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/jquery.mobile.page.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ $.widget( "mobile.page", $.mobile.widget, {
114114
$this.attr( "role", "main" );
115115

116116
} else if ( role === "page" ) {
117-
$('body').trigger("globalpagecreate", $this);
118117
$this.addClass( "ui-body-" + (theme || "c") );
119118
}
120119

0 commit comments

Comments
 (0)