Make sure that the _start item is cleaned up during save.

This commit is contained in:
etimberg 2015-05-11 21:22:37 -04:00
parent 0eadc86d24
commit d287a01b44

View File

@ -1181,6 +1181,7 @@
save: function(){ save: function(){
this._vm = clone(this); this._vm = clone(this);
delete this._vm._vm; delete this._vm._vm;
delete this._vm._start;
return this; return this;
}, },
transition : function(props, ease){ transition : function(props, ease){