File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ module.exports = {
34
34
if ( value ) {
35
35
this . insert ( )
36
36
} else {
37
- this . unbind ( )
37
+ this . teardown ( )
38
38
}
39
39
} ,
40
40
@@ -64,7 +64,7 @@ module.exports = {
64
64
transition . before ( el , ref , vm )
65
65
} ,
66
66
67
- unbind : function ( ) {
67
+ teardown : function ( ) {
68
68
if ( this . decompile ) {
69
69
this . decompile ( )
70
70
this . decompile = null
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ module.exports = {
20
20
} ,
21
21
22
22
update : function ( id ) {
23
- this . unbind ( )
23
+ this . teardown ( )
24
24
this . compile ( id )
25
25
} ,
26
26
@@ -58,7 +58,7 @@ module.exports = {
58
58
}
59
59
} ,
60
60
61
- unbind : function ( ) {
61
+ teardown : function ( ) {
62
62
if ( this . decompile ) {
63
63
this . decompile ( )
64
64
this . decompile = null
You can’t perform that action at this time.
0 commit comments