Closed nnattawat closed 8 years ago
This is from https://github.com/nnattawat/flip/issues/49. Now flip can be easily unbind with $(element).off('.flip')
$(element).off('.flip')
My change is quite minor and should not effect anything. I will merge it for now.
This is from https://github.com/nnattawat/flip/issues/49. Now flip can be easily unbind with
$(element).off('.flip')