Skip to content

Commit

Permalink
Merge pull request #55 from drewfish/es3-ie8
Browse files Browse the repository at this point in the history
added IE8 to cover browsers with only ES3 support
  • Loading branch information
andyearnshaw committed Jan 31, 2014
2 parents eef34ec + 95d5f78 commit 70984e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/saucelabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ var LIBS = {
version: "10",
platform: "Windows 8"
},
{
browserName: "internet explorer",
version: "8",
platform: "Windows 7"
},
{
browserName: "safari",
version: "7",
Expand Down

0 comments on commit 70984e6

Please sign in to comment.