Merge pull request #1740 from btzr-io/patch-1

Remove deprecated imageSmoothingEnabled prefixes
This commit is contained in:
Ian Gilman 2019-11-19 11:46:19 -08:00 committed by GitHub
commit 45a3980a79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
},