Skip to content
Snippets Groups Projects
Commit 0a3d3c6d authored by Sergey Linev's avatar Sergey Linev
Browse files

eve7: delete unused files and old JS folder

parent 26f8a3dd
No related branches found
No related tags found
No related merge requests found
sap.ui.define(['sap/ui/core/UIComponent'],
function(UIComponent) {
"use strict";
var Component = UIComponent.extend("eve.Component", {
metadata : {
rootView : "eve.Main",
dependencies : {
libs : [
"sap.ui.commons",
"sap.ui.layout"
]
},
config : {
sample : {
files : [
"Main.view.xml",
"Main.controller.js",
"GL.view.xml",
"GL.controller.js",
"Summary.view.xml",
"Summary.controller.js"
]
}
}
},
onAfterRendering : function() {
}
});
return Component;
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment