Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-10-08 17:18:51 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-10-08 17:18:51 +0300
commitd5b53d0ede3c1dc40c9e347c4b33f2a68ff35dde (patch)
treeb4eaf849778dac1443b848868bfeb402be1ca28d
parentdd459bbb7aa296549e5ef7088480234b0be0c7e1 (diff)
Remove OC.isIE8
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--core/js/js.js10
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