From c5d2590293fc79b2702f554919ef2a9d8cfa6cb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Sun, 8 Jun 2014 13:00:59 +0200 Subject: [PATCH] removed unused code --- src/app/app.js | 6 ------ 1 file changed, 6 deletions(-) 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',