Skip to content

Commit

Permalink
added IE8 to cover browsers with only ES3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
drewfish committed Jan 23, 2014
1 parent 6f198d9 commit 95d5f78
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 95d5f78

Please sign in to comment.