|
|
@ -1,4 +1,3 @@ |
|
|
|
|
|
|
|
/*! |
|
|
|
* Canvas - Context2d |
|
|
|
* Copyright (c) 2010 LearnBoost <tj@learnboost.com> |
|
|
@ -116,7 +115,7 @@ Context2d.prototype.__defineSetter__('imageSmoothingEnabled', function(val){ |
|
|
|
* @api public |
|
|
|
*/ |
|
|
|
|
|
|
|
Context2d.prototype.__defineSetter__('imageSmoothingEnabled', function(val){ |
|
|
|
Context2d.prototype.__defineGetter__('imageSmoothingEnabled', function(val){ |
|
|
|
return !! this._imageSmoothing; |
|
|
|
}); |
|
|
|
|
|
|
|