mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-02 21:36:11 +03:00
Merge pull request #1740 from btzr-io/patch-1
Remove deprecated imageSmoothingEnabled prefixes
This commit is contained in:
commit
45a3980a79
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