Commit f156e6bb authored by yann300's avatar yann300

remove uneeded

parent 8d536e0b
......@@ -169,19 +169,6 @@ class App {
registry.put({api: self._components.filesProviders, name: 'fileproviders'})
self._view = {}
self.data = {
_layout: {
right: {
offset: 400,
show: true
}, // @TODO: adapt sizes proportionally to browser window size
left: {
offset: 200,
show: true
}
}
}
}
init () {
......@@ -232,9 +219,6 @@ class App {
${self._view.mainpanel}
</div>
`
// INIT
// self._adjustLayout('left', self.data._layout.left.offset)
// self._adjustLayout('right', self.data._layout.right.offset)
return self._view.el
}
loadFromGist (params) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment