Slow startup / crashes - unusable (fixes #335)

This commit is contained in:
Benjamin Pasero
2015-11-26 11:09:34 +01:00
parent 316bcc0f14
commit 6dfbf6a34c
2 changed files with 1 additions and 2 deletions

View File

@@ -55,7 +55,6 @@ var globals = <IGlobalScope><any> (typeof self === 'object' ? self : global);
var userAgent = globals.navigator ? globals.navigator.userAgent : '';
var isTest = !!globals.isTest;
var isPseudo = globals.document && globals.document.URL.match(/[^\?]*\?[^\#]*pseudo=true/);
// DOCUMENTED FOR FUTURE REFERENCE:
// When running IE11 in IE10 document mode, the code below will identify the browser as being IE10,