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
1 changed files with 3 additions and 0 deletions

View File

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