Media: Fix JSHint error after [42595].

Merges [42599] to the 4.9 branch.
See #42646.
Built from https://develop.svn.wordpress.org/branches/4.9@42600


git-svn-id: http://core.svn.wordpress.org/branches/4.9@42429 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2018-01-24 21:53:38 +00:00
parent f0fd88a7f5
commit 519f479887
3 changed files with 3 additions and 3 deletions

View File

@ -8972,7 +8972,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.
imgSelect.setOptions( {

File diff suppressed because one or more lines are too long

View File

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