Fix eshint error since r42739.

Remove a trailing comma in [42739] that was throing a jshint error.


Built from https://develop.svn.wordpress.org/trunk@42740


git-svn-id: http://core.svn.wordpress.org/trunk@42570 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Adam Silverstein 2018-02-25 16:49:30 +00:00
parent da89d20c39
commit a299c5c344
2 changed files with 2 additions and 2 deletions

View File

@ -1152,7 +1152,7 @@ Library = wp.media.controller.State.extend(/** @lends wp.media.controller.Librar
if ( view && view.get( mode ) ) {
setUserSetting( 'libraryContent', mode );
}
},
}
});

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0-alpha-42739';
$wp_version = '5.0-alpha-42740';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.