Export the proper class in `media/views/image-details.js`

See #28510.


git-svn-id: https://develop.svn.wordpress.org/trunk@31393 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2015-02-09 23:46:00 +00:00
parent d4fbf04671
commit ce08972f6b
2 changed files with 2 additions and 2 deletions

View File

@ -6157,7 +6157,7 @@ ImageDetails = AttachmentDisplay.extend({
}
});
module.exports = AttachmentDisplay;
module.exports = ImageDetails;
},{"./settings/attachment-display.js":58}],47:[function(require,module,exports){
/**

View File

@ -163,4 +163,4 @@ ImageDetails = AttachmentDisplay.extend({
}
});
module.exports = AttachmentDisplay;
module.exports = ImageDetails;