diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-10-08 16:17:16 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-10-08 16:17:16 +0200 |
commit | dd459bbb7aa296549e5ef7088480234b0be0c7e1 (patch) | |
tree | f136263714e41fc60fbe7e340d5d3ff4ae60bffe /core/js | |
parent | 8110a3be699bbdea96df30472dce7862e0964901 (diff) | |
download | nextcloud-server-dd459bbb7aa296549e5ef7088480234b0be0c7e1.tar.gz nextcloud-server-dd459bbb7aa296549e5ef7088480234b0be0c7e1.zip |
Remove OC.scaleFixForIE8
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/js')
-rw-r--r-- | core/js/js.js | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/core/js/js.js b/core/js/js.js index 8e7796143d5..c95e6375c77 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -2010,17 +2010,6 @@ OC.Util = { replaceSVG: function($el) {}, /** - * Fix image scaling for IE8, since background-size is not supported. - * - * This scales the image to the element's actual size, the URL is - * taken from the "background-image" CSS attribute. - * - * @deprecated IE8 isn't supported since 9.0 - * @param {Object} $el image element - */ - scaleFixForIE8: function($el) {}, - - /** * Returns whether this is IE * * @return {bool} true if this is IE, false otherwise |