Index: wp-includes/js/media-views.js
===================================================================
--- wp-includes/js/media-views.js	(revision 22831)
+++ wp-includes/js/media-views.js	(working copy)
@@ -3065,13 +3065,11 @@
 				priority:   80
 			}) );
 
-			if ( single.get('compat') ) {
-				sidebar.set( 'compat', new media.view.AttachmentCompat({
-					controller: this.controller,
-					model:      single,
-					priority:   120
-				}) );
-			}
+			sidebar.set( 'compat', new media.view.AttachmentCompat({
+				controller: this.controller,
+				model:      single,
+				priority:   120
+			}) );
 
 			if ( this.options.display ) {
 				sidebar.set( 'display', new media.view.Settings.AttachmentDisplay({
