add destroy method
This commit is contained in:
@ -261,6 +261,8 @@ Applied as jQuery method.
|
||||
**/
|
||||
destroy: function() {
|
||||
this.call('destroy');
|
||||
this.$element.off('destroyed');
|
||||
this.$element.removeData('editableContainer');
|
||||
},
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user