diff options
author | Yukai Huang | 2017-03-28 11:17:30 +0800 |
---|---|---|
committer | Yukai Huang | 2017-03-28 11:17:30 +0800 |
commit | fff7ebd1b57467ed43925de33cfe013f6e61e5a7 (patch) | |
tree | a2d8c7cd6a0c3ca1cc2d3865f32b01793556b66a /public | |
parent | b2985085d011cad374c76ae75f548fdefb15c258 (diff) |
Change minor TODO to FIXME
Diffstat (limited to '')
-rw-r--r-- | public/js/index.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/js/index.js b/public/js/index.js index 8c4172c5..5dff54d9 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -314,7 +314,7 @@ if (!textit) { const editorInstance = new Editor() var editor = editorInstance.init(textit) -// TODO: global referncing in jquery-textcomplete patch +// FIXME: global referncing in jquery-textcomplete patch window.editor = editor var inlineAttach = inlineAttachment.editors.codemirror4.attach(editor) @@ -365,8 +365,8 @@ function updateStatusBar () { } // initalize ui reference -// TODO: fix ui exporting const ui = getUIElements() +// FIXME: fix global ui element expose window.ui = ui // page actions |