Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 9fd352b

Browse files
committed
Fix trailing comma, which caused problems in IE 6/7
1 parent ba1e231 commit 9fd352b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/9/data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2258,7 +2258,7 @@ var tests = [
22582258
urls: [
22592259
[ 'w3c', 'https://www.w3.org/TR/performance-timeline-2/' ]
22602260
]
2261-
},
2261+
}
22622262
]
22632263
}, {
22642264
id: 'security',

0 commit comments

Comments
 (0)