diff --git a/src/Chart.Core.js b/src/Chart.Core.js index 7cea99535..525b0c433 100755 --- a/src/Chart.Core.js +++ b/src/Chart.Core.js @@ -825,7 +825,7 @@ }, stop : function(){ // Stops any current animation loop occuring - helpers.cancelAnimFrame.call(root, this.animationFrame); + helpers.cancelAnimFrame(this.animationFrame); return this; }, resize : function(callback){