Event goes off not on

This commit is contained in:
Samuel Georges 2019-12-13 21:56:39 +11:00
parent 0a98afbff8
commit 6277f9b44c
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@
}
TreeView.prototype.unregisterHandlers = function() {
this.$scrollbar.on('oc.scrollEnd', this.proxy(this.onScroll))
this.$scrollbar.off('oc.scrollEnd', this.proxy(this.onScroll))
this.$el.off('.treeview')
this.$el.off('move.oc.treelist', this.proxy(this.onNodeMove))
this.$el.off('aftermove.oc.treelist', this.proxy(this.onAfterNodeMove))