Correcting invalid control name

This commit is contained in:
mizzack 2013-12-19 11:02:23 -05:00
parent d7c64cc83a
commit d13a4dd273

View file

@ -353,7 +353,7 @@
top - scaleOffsetY - strokeWidth2 - paddingY);
// bottom-left
this._drawControl('tr', ctx, methodName,
this._drawControl('bl', ctx, methodName,
left - scaleOffsetX - strokeWidth2 - paddingX,
top + height + scaleOffsetSizeY + strokeWidth2 + paddingY);