DEV: Remove comments and unused code

This commit is contained in:
Keegan George 2022-07-14 10:05:07 -07:00
parent bf454250fe
commit 05cd2ada7e
2 changed files with 0 additions and 6 deletions

View File

@ -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);
});

View File

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