diff --git a/src/app/app.js b/src/app/app.js index 3e2b01e1475..a5fb86865fc 100644 --- a/src/app/app.js +++ b/src/app/app.js @@ -108,12 +108,6 @@ function (angular, $, _, appLevelRequire) { apps_deps.push(module_name); }); - app.panel_helpers = { - partial: function (name) { - return 'app/partials/'+name+'.html'; - } - }; - // load the core components require([ 'controllers/all',