diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-10-08 16:18:51 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-10-08 16:18:51 +0200 |
commit | d5b53d0ede3c1dc40c9e347c4b33f2a68ff35dde (patch) | |
tree | b4eaf849778dac1443b848868bfeb402be1ca28d /core | |
parent | dd459bbb7aa296549e5ef7088480234b0be0c7e1 (diff) | |
download | nextcloud-server-d5b53d0ede3c1dc40c9e347c4b33f2a68ff35dde.tar.gz nextcloud-server-d5b53d0ede3c1dc40c9e347c4b33f2a68ff35dde.zip |
Remove OC.isIE8
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core')
-rw-r--r-- | core/js/js.js | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/core/js/js.js b/core/js/js.js index c95e6375c77..197f375fe12 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -2019,16 +2019,6 @@ OC.Util = { }, /** - * Returns whether this is IE8 - * - * @deprecated IE8 isn't supported since 9.0 - * @return {bool} false (IE8 isn't supported anymore) - */ - isIE8: function() { - return false; - }, - - /** * Returns the width of a generic browser scrollbar * * @return {int} width of scrollbar |