Responsive used proper "each" from helpers

This commit is contained in:
Tanner Linsley 2015-06-15 22:44:06 -06:00
parent 76e060cf97
commit 8b3424bd09

View File

@ -15,7 +15,7 @@
return function() {
clearTimeout(timeout);
timeout = setTimeout(function() {
each(Chart.instances, function(instance) {
helpers.each(Chart.instances, function(instance) {
// If the responsive flag is set in the chart instance config
// Cascade the resize event down to the chart.
if (instance.options.responsive) {