From a299c5c3440f125a4574f3efcd5ccda72aa4a6ad Mon Sep 17 00:00:00 2001 From: Adam Silverstein Date: Sun, 25 Feb 2018 16:49:30 +0000 Subject: [PATCH] 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 --- wp-includes/js/media-views.js | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/js/media-views.js b/wp-includes/js/media-views.js index bd1798bd4d..025c0b3ecf 100644 --- a/wp-includes/js/media-views.js +++ b/wp-includes/js/media-views.js @@ -1152,7 +1152,7 @@ Library = wp.media.controller.State.extend(/** @lends wp.media.controller.Librar if ( view && view.get( mode ) ) { setUserSetting( 'libraryContent', mode ); } - }, + } }); diff --git a/wp-includes/version.php b/wp-includes/version.php index e77aa003b4..24a3645a85 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.