Followup I9280fe4d: Merge main case with default, they are identical

Change-Id: I280f0eba1c99f5e96ffe5466e8398115fbc5f4f8
This commit is contained in:
Alex Monk 2016-05-26 18:15:27 +01:00
parent 3fbb170c7a
commit afd5944bde

View file

@ -77,9 +77,6 @@ ve.init.mw.DesktopArticleTarget = function VeInitMwDesktopArticleTarget( config
if ( mw.config.get( 'wgAction' ) === 'view' ) {
switch ( mw.config.get( 'wgNamespaceNumber' ) ) {
case namespaceIds[ '' ]:
this.$editableContent = $( '#mw-content-text' );
break;
case namespaceIds.category:
// Put contents in a single wrapper
// TODO: Fix upstream