From a8f2de6f5e2dbbf92f92c25e8e8766baffb69d9d Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Wed, 3 Dec 2014 17:03:06 -0800 Subject: [PATCH] [Forms] Remove obsolete declaration Remove obsolete controller declaration (this was triggering warnings in the console.) WTD-593. --- platform/commonUI/browse/bundle.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/platform/commonUI/browse/bundle.json b/platform/commonUI/browse/bundle.json index e6cc265eff..249f75da47 100644 --- a/platform/commonUI/browse/bundle.json +++ b/platform/commonUI/browse/bundle.json @@ -21,11 +21,6 @@ "implementation": "ViewSwitcherController.js", "depends": [ "$scope" ] }, - { - "key": "CreateButtonController", - "implementation": "creation/CreateButtonController", - "depends": [ "$scope", "$document" ] - }, { "key": "CreateMenuController", "implementation": "creation/CreateMenuController",