diff --git a/lib/context2d.js b/lib/context2d.js index 2b3c5c2..cc9f80b 100644 --- a/lib/context2d.js +++ b/lib/context2d.js @@ -248,7 +248,7 @@ Context2d.prototype.__defineSetter__('textBaseline', function(val){ * @api public */ -Context2d.prototype.__defineGetter__('textAlign', function(){ +Context2d.prototype.__defineGetter__('textBaseline', function(){ return this.lastBaseline || 'alphabetic'; });