mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 21:26:10 +03:00
remove deprecated imageSmoothingEnabled prefixes
This commit is contained in:
parent
68e9efebe6
commit
70b2834839
@ -633,8 +633,6 @@ $.Drawer.prototype = {
|
|||||||
|
|
||||||
// private
|
// private
|
||||||
_updateImageSmoothingEnabled: function(context){
|
_updateImageSmoothingEnabled: function(context){
|
||||||
context.mozImageSmoothingEnabled = this._imageSmoothingEnabled;
|
|
||||||
context.webkitImageSmoothingEnabled = this._imageSmoothingEnabled;
|
|
||||||
context.msImageSmoothingEnabled = this._imageSmoothingEnabled;
|
context.msImageSmoothingEnabled = this._imageSmoothingEnabled;
|
||||||
context.imageSmoothingEnabled = this._imageSmoothingEnabled;
|
context.imageSmoothingEnabled = this._imageSmoothingEnabled;
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user