Remove OC.isIE8
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
dd459bbb7a
commit
d5b53d0ede
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue