Remove references to unsupported IE6
IE6 is no longer supported in target builds by GWT. Remove the dead code, rename still live IE support to IE8. Change-Id: I8d0f20ee09a687f2692e196d9f25cef928dc3bb4
This commit is contained in:
@@ -17,7 +17,7 @@ BROWSERS = [
|
||||
'firefox',
|
||||
'gecko1_8',
|
||||
'safari',
|
||||
'msie', 'ie6', 'ie8', 'ie9',
|
||||
'msie', 'ie8', 'ie9',
|
||||
]
|
||||
ALIASES = {
|
||||
'chrome': 'safari',
|
||||
|
||||
Reference in New Issue
Block a user