Changeset 42600
- Timestamp:
- 01/24/2018 09:52:23 PM (7 years ago)
- 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 8973 8973 } ); 8974 8974 8975 this.parent.children().on( 'mouseup touchend', function( e) {8975 this.parent.children().on( 'mouseup touchend', function() { 8976 8976 8977 8977 // Restore the set ratio. -
branches/4.9/src/wp-includes/js/media/views/cropper.js
r42596 r42600 71 71 } ); 72 72 73 this.parent.children().on( 'mouseup touchend', function( e) {73 this.parent.children().on( 'mouseup touchend', function() { 74 74 75 75 // Restore the set ratio.
Note: See TracChangeset
for help on using the changeset viewer.