Tests: Remove a trailing comma for compatibility with the compat branch

This commit is contained in:
Michał Gołębiowski
2015-07-08 13:00:38 +02:00
parent 8887106702
commit dc8ba6af92

View File

@@ -92,7 +92,7 @@ function bootstrapFrom( mainSelector, mode ) {
"webkitfullscreenchange",
"mozfullscreenchange",
"fullscreenchange",
"MSFullscreenChange",
"MSFullscreenChange"
].join( " " ), runTest );
runTest();