From 7e92b26cb82843c530c1421b12966818dbd244be Mon Sep 17 00:00:00 2001
From: Gregory Cornelius <gcorne@gmail.com>
Date: Fri, 28 Feb 2014 21:57:00 -0600
Subject: [PATCH 3/3] Adjust priority of the seperator in the playlist menu

Lower the priority so that the separator comes before the Edit Playlist
item to match the how the Edit Gallery works.
---
 src/wp-includes/js/media-views.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git src/wp-includes/js/media-views.js src/wp-includes/js/media-views.js
index d1fbc89..a9767e0 100644
--- src/wp-includes/js/media-views.js
+++ src/wp-includes/js/media-views.js
@@ -1936,7 +1936,7 @@
 				},
 				separateCancel: new media.View({
 					className: 'separator',
-					priority: 60
+					priority: 40
 				})
 			});
 		},
@@ -1960,7 +1960,7 @@
 				},
 				separateCancel: new media.View({
 					className: 'separator',
-					priority: 80
+					priority: 40
 				})
 			});
 		},
-- 
1.8.5.4

