Remove OC.isIE8

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2018-10-08 16:18:51 +02:00
parent dd459bbb7a
commit d5b53d0ede
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
1 changed files with 0 additions and 10 deletions

View File

@ -2018,16 +2018,6 @@ OC.Util = {
return $('html').hasClass('ie');
},
/**
* 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
*