Media: Fix JSHint error after [42595].

See #42646.
Built from https://develop.svn.wordpress.org/trunk@42599


git-svn-id: http://core.svn.wordpress.org/trunk@42428 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2018-01-24 21:51:31 +00:00
parent 891c8255c3
commit a1121f1def
3 changed files with 3 additions and 3 deletions

View File

@ -9183,7 +9183,7 @@ Cropper = View.extend(/** @lends wp.media.view.Cropper.prototype */{
} }
} ); } );
this.parent.children().on( 'mouseup touchend', function( e ) { this.parent.children().on( 'mouseup touchend', function() {
// Restore the set ratio. // Restore the set ratio.
imgSelect.setOptions( { imgSelect.setOptions( {

File diff suppressed because one or more lines are too long

View File

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