浏览代码

removed unused code

Torkel Ödegaard 11 年之前
父节点
当前提交
c5d2590293
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0 6
      src/app/app.js

+ 0 - 6
src/app/app.js

@@ -108,12 +108,6 @@ function (angular, $, _, appLevelRequire) {
     apps_deps.push(module_name);
     apps_deps.push(module_name);
   });
   });
 
 
-  app.panel_helpers = {
-    partial: function (name) {
-      return 'app/partials/'+name+'.html';
-    }
-  };
-
   // load the core components
   // load the core components
   require([
   require([
     'controllers/all',
     'controllers/all',