mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
d4fbf04671
commit
ce08972f6b
@ -6157,7 +6157,7 @@ ImageDetails = AttachmentDisplay.extend({
|
||||
}
|
||||
});
|
||||
|
||||
module.exports = AttachmentDisplay;
|
||||
module.exports = ImageDetails;
|
||||
|
||||
},{"./settings/attachment-display.js":58}],47:[function(require,module,exports){
|
||||
/**
|
||||
|
||||
@ -163,4 +163,4 @@ ImageDetails = AttachmentDisplay.extend({
|
||||
}
|
||||
});
|
||||
|
||||
module.exports = AttachmentDisplay;
|
||||
module.exports = ImageDetails;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user