Skip to content

Commit 94908f0

Browse files
Remove unnecessary sniffs.
1 parent 9de0bd1 commit 94908f0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test.new/static/js/test_helpers.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11

22
(function () {
33

4-
var IS_IE6 = (navigator.userAgent.indexOf('MSIE 6.0') > -1);
5-
var IS_IE7 = (navigator.userAgent.indexOf('MSIE 7.0') > -1);
64
var CONSOLE_LOG_SUPPORTED = ('console' in window) && console.log;
75
var CONSOLE_GROUP_SUPPORTED = ('console' in window) && console.group &&
86
console.groupEnd;

0 commit comments

Comments
 (0)