mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-04 06:13:31 +03:00
remove deprecated imageSmoothingEnabled prefixes
This commit is contained in:
parent
68e9efebe6
commit
70b2834839
1 changed files with 0 additions and 2 deletions
|
@ -633,8 +633,6 @@ $.Drawer.prototype = {
|
|||
|
||||
// private
|
||||
_updateImageSmoothingEnabled: function(context){
|
||||
context.mozImageSmoothingEnabled = this._imageSmoothingEnabled;
|
||||
context.webkitImageSmoothingEnabled = this._imageSmoothingEnabled;
|
||||
context.msImageSmoothingEnabled = this._imageSmoothingEnabled;
|
||||
context.imageSmoothingEnabled = this._imageSmoothingEnabled;
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue