From: etimberg Date: Tue, 12 May 2015 01:22:37 +0000 (-0400) Subject: Make sure that the _start item is cleaned up during save. X-Git-Tag: v2.0-alpha~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d287a01b44fc14a76252061821601939b53a7c41;p=thirdparty%2FChart.js.git Make sure that the _start item is cleaned up during save. --- diff --git a/src/Chart.Core.js b/src/Chart.Core.js index bb8f3ece9..13603c882 100755 --- a/src/Chart.Core.js +++ b/src/Chart.Core.js @@ -1181,6 +1181,7 @@ save: function(){ this._vm = clone(this); delete this._vm._vm; + delete this._vm._start; return this; }, transition : function(props, ease){