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:
parent
22f98e3e6e
commit
c03e730085
@ -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( {
|
||||
|
@ -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( {
|
||||
|
Loading…
x
Reference in New Issue
Block a user