DEV: Remove comments and unused code
This commit is contained in:
parent
bf454250fe
commit
05cd2ada7e
|
@ -10,9 +10,6 @@ export default Component.extend({
|
|||
didInsertElement() {
|
||||
this._super(...arguments);
|
||||
|
||||
// ? TODO move to component (read about not allowing Controllers to do DOM manipulation)
|
||||
this._super(...arguments);
|
||||
|
||||
this.loadLibraries().then(() => {
|
||||
this.buildTable(this.tableHtml);
|
||||
});
|
||||
|
|
|
@ -3,9 +3,6 @@
|
|||
@class="table-editor-modal"
|
||||
>
|
||||
{{! TODO: Parse .md to json and fill table }}
|
||||
{{! TODO: Fix instances where multiple tables in a single post }}
|
||||
|
||||
{{! TODO better id name }}
|
||||
<div id="spreadsheet" tabindex="1" class="jexcel_container"></div>
|
||||
|
||||
</DModalBody>
|
||||
|
|
Loading…
Reference in New Issue