Explorar el Código

removed unused code

Torkel Ödegaard hace 11 años
padre
commit
c5d2590293
Se han modificado 1 ficheros con 0 adiciones y 6 borrados
  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);
   });
 
-  app.panel_helpers = {
-    partial: function (name) {
-      return 'app/partials/'+name+'.html';
-    }
-  };
-
   // load the core components
   require([
     'controllers/all',