We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49bb5f0 commit e6b2e2aCopy full SHA for e6b2e2a
Gruntfile.coffee
@@ -94,7 +94,7 @@ module.exports = (grunt) ->
94
{ browserName: "chrome", platform: "Windows 8.1" }
95
{ browserName: "firefox", platform: "Linux" }
96
# jQuery UI 11+ stopped support for IE <= 7
97
- { browserName: "internet explorer", version: "8", platform: "Windows 7" }
+ # { browserName: "internet explorer", version: "8", platform: "Windows 7" }
98
{ browserName: "internet explorer", version: "9", platform: "Windows 7" }
99
{ browserName: "internet explorer", version: "10", platform: "Windows 8" }
100
{ browserName: "internet explorer", version: "11", platform: "Windows 8.1" }
0 commit comments