Skip to content

Commit

Permalink
Tests: Remove a trailing comma for compatibility with the compat branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol committed Jul 8, 2015
1 parent 8887106 commit dc8ba6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/data/gh-1764-fullscreen.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function bootstrapFrom( mainSelector, mode ) {
"webkitfullscreenchange", "webkitfullscreenchange",
"mozfullscreenchange", "mozfullscreenchange",
"fullscreenchange", "fullscreenchange",
"MSFullscreenChange", "MSFullscreenChange"
].join( " " ), runTest ); ].join( " " ), runTest );


runTest(); runTest();
Expand Down

0 comments on commit dc8ba6a

Please sign in to comment.