[Layout] Move spec for view switcher

Move spec for view switcher from bundle
platform/commonUI/browse to bundle
platform/commonUI/general to reflect refactoring
to simplify usage in other places (including in
Layouts, which are being transitioned for
WTD-535.)
This commit is contained in:
Victor Woeltjen 2014-12-04 12:15:18 -08:00
parent 6cd0cd8e3c
commit 1b9f9a8db7
3 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,5 @@
[
"BrowseController",
"ViewSwitcherController",
"creation/CreateAction",
"creation/CreateActionProvider",
"creation/CreateMenuController",

View File

@ -4,5 +4,6 @@
"ContextMenuController",
"MCTContainer",
"ToggleController",
"TreeNodeController"
"TreeNodeController",
"ViewSwitcherController"
]