Add missing comma in test/saucelabs.js.

This commit is contained in:
John-David Dalton
2014-04-28 10:21:36 -07:00
parent 3aa4e45bdb
commit 55d52be3c2

View File

@@ -87,7 +87,7 @@ var browserNameMap = {
/** List of platforms to load the runner on */ /** List of platforms to load the runner on */
var platforms = [ var platforms = [
['Linux', 'android', '4.3'], ['Linux', 'android', '4.3'],
['Linux', 'android', '4.0'] ['Linux', 'android', '4.0'],
['Windows 8.1', 'firefox', '28'], ['Windows 8.1', 'firefox', '28'],
['Windows 8.1', 'firefox', '27'], ['Windows 8.1', 'firefox', '27'],
['Windows 8.1', 'firefox', '20'], ['Windows 8.1', 'firefox', '20'],