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:
parent
da89d20c39
commit
a299c5c344
|
@ -1152,7 +1152,7 @@ Library = wp.media.controller.State.extend(/** @lends wp.media.controller.Librar
|
|||
if ( view && view.get( mode ) ) {
|
||||
setUserSetting( 'libraryContent', mode );
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue