From dc8ba6af921f4c9650fb1e4cfc698b2a276fa53d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Go=C5=82=C4=99biowski?= Date: Wed, 8 Jul 2015 13:00:38 +0200 Subject: [PATCH] Tests: Remove a trailing comma for compatibility with the compat branch --- test/integration/data/gh-1764-fullscreen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/data/gh-1764-fullscreen.js b/test/integration/data/gh-1764-fullscreen.js index e093c0dc7..c13c609f3 100644 --- a/test/integration/data/gh-1764-fullscreen.js +++ b/test/integration/data/gh-1764-fullscreen.js @@ -92,7 +92,7 @@ function bootstrapFrom( mainSelector, mode ) { "webkitfullscreenchange", "mozfullscreenchange", "fullscreenchange", - "MSFullscreenChange", + "MSFullscreenChange" ].join( " " ), runTest ); runTest(); -- 2.39.5