This only happens when calling
_super
from inside update. A workaround is to call this.element.unbind()
before making the call to _super
.