Skip to content

Commit e43ce91

Browse files
committed
Draggable: No longer overwriting _trigger
1 parent 7745d61 commit e43ce91

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

ui/jquery.ui.draggable.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -238,14 +238,6 @@ $.widget( "ui.draggable", {
238238

239239
},
240240

241-
_trigger: function( type, event, ui ) {
242-
243-
ui = ui || this._uiHash();
244-
245-
return $.Widget.prototype._trigger.call( this, type, event, ui );
246-
247-
},
248-
249241
_uiHash: function(event) {
250242

251243
return {

0 commit comments

Comments
 (0)