Fix typo. Closes #1265

This commit is contained in:
kangax 2014-04-09 18:01:51 -04:00
parent 63ea7b0c34
commit 3e06f4127d

View file

@ -373,7 +373,7 @@
top + height + scaleOffsetSizeY + strokeWidth2 + paddingY);
// middle-right
this._drawControl('mb', ctx, methodName,
this._drawControl('mr', ctx, methodName,
left + width + scaleOffsetSizeX + strokeWidth2 + paddingX,
top + height/2 - scaleOffsetY);