Changeset 31393
- Timestamp:
- 02/09/2015 11:46:00 PM (10 years ago)
- Location:
- trunk/src/wp-includes/js/media
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/media/views.js
r31385 r31393 6158 6158 }); 6159 6159 6160 module.exports = AttachmentDisplay;6160 module.exports = ImageDetails; 6161 6161 6162 6162 },{"./settings/attachment-display.js":58}],47:[function(require,module,exports){ -
trunk/src/wp-includes/js/media/views/image-details.js
r31385 r31393 164 164 }); 165 165 166 module.exports = AttachmentDisplay;166 module.exports = ImageDetails;
Note: See TracChangeset
for help on using the changeset viewer.