destroy not working
beckend opened this issue · 1 comments
beckend commented
Coffescript syntax:
resizableInstance = new Resizable(mediaArchiveMenuEl.getElementsByClassName('myTarget')[0],
within: 'parent'
handles: 'e'
threshold: 1
draggable: false)
later on: resizableInstance.destroy()
TypeError: this.handles[hName].draggable.destroy is not a function
at Resizable.proto.destroy (index.js:402)