Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 5b9249e

Browse files
committed
Widget: Remove rise method Fixes #6131 - Remove raise() method from base widget
1 parent 245e3d1 commit 5b9249e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

js/jquery.mobile.widget.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ $.extend( $.Widget.prototype, {
5151
}
5252

5353
$widgetElements[ this.widgetName ]();
54-
},
55-
56-
raise: function( msg ) {
57-
throw "Widget [" + this.widgetName + "]: " + msg;
5854
}
5955
});
6056
$.mobile.widget = $.Widget;

0 commit comments

Comments
 (0)