From dd459bbb7aa296549e5ef7088480234b0be0c7e1 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 8 Oct 2018 16:17:16 +0200 Subject: Remove OC.scaleFixForIE8 Signed-off-by: Christoph Wurst --- core/js/js.js | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'core/js') 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 @@ -2009,17 +2009,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 * -- cgit v1.2.3