Skip to content

Commit 1b0acb8

Browse files
authored
Clean this.$triggerPrev on unbind
1 parent 66fe206 commit 1b0acb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extension/trigger.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ IASTriggerExtension.prototype.bind = function(ias) {
106106
*/
107107
IASTriggerExtension.prototype.unbind = function(ias) {
108108
this.$triggerNext = null;
109+
this.$triggerPrev = null;
109110
ias.off('next', this.showTriggerNext);
110111
ias.off('rendered', this.onRendered);
111112

0 commit comments

Comments
 (0)