Changeset 42599
- Timestamp:
- 01/24/2018 09:50:32 PM (7 years ago)
- Location:
- trunk/src/wp-includes/js
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/media-views.js
r42595 r42599 9184 9184 } ); 9185 9185 9186 this.parent.children().on( 'mouseup touchend', function( e) {9186 this.parent.children().on( 'mouseup touchend', function() { 9187 9187 9188 9188 // Restore the set ratio. -
trunk/src/wp-includes/js/media/views/cropper.js
r42595 r42599 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.