Quellcode durchsuchen

removed unused code

Torkel Ödegaard vor 11 Jahren
Ursprung
Commit
c5d2590293
1 geänderte Dateien mit 0 neuen und 6 gelöschten Zeilen
  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',