BUGFIX Adding missing onunmatch in AssetAdmin.DragDrop

This commit is contained in:
Sean Harvey 2012-05-23 16:09:08 +12:00
parent 7ed09917ac
commit be2c811639

View File

@ -20,6 +20,9 @@
this._super(); this._super();
}, },
onunmatch: function() {
this._super();
},
/** /**
* Function: drop * Function: drop
* *