removed unused code

This commit is contained in:
Torkel Ödegaard
2014-06-08 13:00:59 +02:00
parent 92318d5804
commit c5d2590293

View File

@@ -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',