Commit 34ac960d authored by Sven Franck's avatar Sven Franck

libs: JQM - removed unnessary method

parent 0c31b273
......@@ -12908,14 +12908,6 @@ $.widget( "mobile.panel", {
this.element.addClass( this._getPanelClasses() );
},
_handleCloseClickAndEatEvent: function( event ) {
if ( !event.isDefaultPrevented() ) {
event.preventDefault();
this.close();
return false;
}
},
_handleCloseClick: function( event ) {
if ( !event.isDefaultPrevented() ) {
this.close();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment