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

Commit

Permalink
Widget: Remove rise method Fixes #6131 - Remove raise() method from b…
Browse files Browse the repository at this point in the history
…ase widget
  • Loading branch information
arschmitz committed Jul 4, 2013
1 parent 245e3d1 commit 5b9249e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions js/jquery.mobile.widget.js
Expand Up @@ -51,10 +51,6 @@ $.extend( $.Widget.prototype, {
}

$widgetElements[ this.widgetName ]();
},

raise: function( msg ) {
throw "Widget [" + this.widgetName + "]: " + msg;
}
});
$.mobile.widget = $.Widget;
Expand Down

0 comments on commit 5b9249e

Please sign in to comment.