Media: Fix JSHint error after [42595].

See #42646.

git-svn-id: https://develop.svn.wordpress.org/trunk@42599 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2018-01-24 21:50:32 +00:00
parent 22f98e3e6e
commit c03e730085
2 changed files with 2 additions and 2 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.
imgSelect.setOptions( {

View File

@ -70,7 +70,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( {