mirror of
https://github.com/jquery/jquery.git
synced 2026-01-31 16:07:59 -05:00
Tests: Remove a trailing comma for compatibility with the compat branch
This commit is contained in:
@@ -92,7 +92,7 @@ function bootstrapFrom( mainSelector, mode ) {
|
||||
"webkitfullscreenchange",
|
||||
"mozfullscreenchange",
|
||||
"fullscreenchange",
|
||||
"MSFullscreenChange",
|
||||
"MSFullscreenChange"
|
||||
].join( " " ), runTest );
|
||||
|
||||
runTest();
|
||||
|
||||
Reference in New Issue
Block a user