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

See #28510.

Built from https://develop.svn.wordpress.org/trunk@31393


git-svn-id: http://core.svn.wordpress.org/trunk@31374 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2015-02-09 23:46:28 +00:00
parent 72f18cb067
commit 1235221921
4 changed files with 4 additions and 4 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){
/**

File diff suppressed because one or more lines are too long

View File

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

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-alpha-31392';
$wp_version = '4.2-alpha-31393';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.