Draggable: No longer overwriting _trigger

This commit is contained in:
= 2011-10-08 23:34:26 -04:00
parent 7745d61a24
commit e43ce91212

View File

@ -238,14 +238,6 @@ $.widget( "ui.draggable", {
}, },
_trigger: function( type, event, ui ) {
ui = ui || this._uiHash();
return $.Widget.prototype._trigger.call( this, type, event, ui );
},
_uiHash: function(event) { _uiHash: function(event) {
return { return {