Update this -> me with master

This commit is contained in:
zachpanz88 2016-06-04 14:16:35 -04:00
commit 148c66fe95

View File

@ -83,7 +83,7 @@ module.exports = function(Chart) {
var newWidth = helpers.getMaximumWidth(canvas);
var aspectRatio = chart.aspectRatio;
var newHeight = (me.options.maintainAspectRatio && isNaN(aspectRatio) === false && isFinite(aspectRatio) && aspectRatio !== 0) ? newWidth / aspectRatio : helpers.getMaximumHeight(canvas);
var sizeChanged = chart.width !== newWidth || chart.height !== newHeight;
if (!sizeChanged) {