Make WordPress Core

Changeset 42599


Ignore:
Timestamp:
01/24/2018 09:50:32 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Media: Fix JSHint error after [42595].

See #42646.

Location:
trunk/src/wp-includes/js
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/js/media-views.js

    r42595 r42599  
    91849184                } );
    91859185
    9186                 this.parent.children().on( 'mouseup touchend', function( e ) {
     9186                this.parent.children().on( 'mouseup touchend', function() {
    91879187
    91889188                    // Restore the set ratio.
  • trunk/src/wp-includes/js/media/views/cropper.js

    r42595 r42599  
    7171                } );
    7272
    73                 this.parent.children().on( 'mouseup touchend', function( e ) {
     73                this.parent.children().on( 'mouseup touchend', function() {
    7474
    7575                    // Restore the set ratio.
Note: See TracChangeset for help on using the changeset viewer.