Closed scalvert closed 9 years ago
Currently in destroy, we don't remove the instance from the data of the element. We need to add this.
this.$element.removeData(this.name).appendTo(document.body);
Currently in destroy, we don't remove the instance from the data of the element. We need to add this.