Make WordPress Core

Changeset 42600


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

Media: Fix JSHint error after [42595].

Merges [42599] to the 4.9 branch.
See #42646.

Location:
branches/4.9
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

  • branches/4.9/src/wp-includes/js/media-views.js

    r42596 r42600  
    89738973                } );
    89748974
    8975                 this.parent.children().on( 'mouseup touchend', function( e ) {
     8975                this.parent.children().on( 'mouseup touchend', function() {
    89768976
    89778977                    // Restore the set ratio.
  • branches/4.9/src/wp-includes/js/media/views/cropper.js

    r42596 r42600  
    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.