Changeset 40020
- Timestamp:
- 01/27/2017 06:29:48 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/image-edit.js
r39740 r40020 573 573 imgLoaded : function(postid) { 574 574 var img = $('#image-preview-' + postid), parent = $('#imgedit-crop-' + postid); 575 576 // Ensure init has run even when directly loaded. 577 if ( 'undefined' === typeof this.hold.sizer ) { 578 this.init( postid ); 579 } 575 580 576 581 this.initCrop(postid, img, parent);
Note: See TracChangeset
for help on using the changeset viewer.