]> source.dussan.org Git - jquery.git/commitdiff
Tests: Remove a trailing comma for compatibility with the compat branch
authorMichał Gołębiowski <m.goleb@gmail.com>
Wed, 8 Jul 2015 11:00:38 +0000 (13:00 +0200)
committerMichał Gołębiowski <m.goleb@gmail.com>
Wed, 8 Jul 2015 11:00:38 +0000 (13:00 +0200)
test/integration/data/gh-1764-fullscreen.js

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