From dc8ba6af921f4c9650fb1e4cfc698b2a276fa53d Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski Date: Wed, 8 Jul 2015 13:00:38 +0200 Subject: 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(-) (limited to 'test/integration/data') 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(); -- cgit v1.2.3