Skip to content

Commit 09832f3

Browse files
author
Gabriel Schulhof
committed
Dialog extension: Remove reference to close() method
Fixes jquery-archivegh-6968
1 parent 6f97d29 commit 09832f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/widgets/page.dialog.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ $.widget( "mobile.page", $.mobile.page, {
120120
.attr( "data-" + $.mobile.ns + "rel", "back" )
121121
.text( text || this.options.closeBtnText || "" )
122122
.prependTo( dst );
123-
this._on( btn, { click: "close" } );
124123
}
125124

126125
this._headerCloseButton = btn;

0 commit comments

Comments
 (0)