Skip to content

Commit dc8ba6a

Browse files
committedJul 8, 2015
Tests: Remove a trailing comma for compatibility with the compat branch
1 parent 8887106 commit dc8ba6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎test/integration/data/gh-1764-fullscreen.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function bootstrapFrom( mainSelector, mode ) {
9292
"webkitfullscreenchange",
9393
"mozfullscreenchange",
9494
"fullscreenchange",
95-
"MSFullscreenChange",
95+
"MSFullscreenChange"
9696
].join( " " ), runTest );
9797

9898
runTest();

0 commit comments

Comments
 (0)