mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-31 21:48:36 +01:00
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:
parent
f0fd88a7f5
commit
519f479887
@ -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( {
|
||||
|
2
wp-includes/js/media-views.min.js
vendored
2
wp-includes/js/media-views.min.js
vendored
File diff suppressed because one or more lines are too long
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user