[Fix] Fixed broken function call isEdge()

This commit is contained in:
Robert von Burg 2020-08-06 10:38:13 +02:00
parent e6d7602bbd
commit c54ab452b0
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ Strolch = {
return isIE; return isIE;
}, },
isEdge: function () { isEdge: function () {
return !Susi.Compute.isIE() && !!window.StyleMedia; return !Strolch.isIE() && !!window.StyleMedia;
}, },
equalsArray: function (a, b) { equalsArray: function (a, b) {