Skip to content

Commit fff7ebd

Browse files
committed
Change minor TODO to FIXME
1 parent b298508 commit fff7ebd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

public/js/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ if (!textit) {
314314
const editorInstance = new Editor()
315315
var editor = editorInstance.init(textit)
316316

317-
// TODO: global referncing in jquery-textcomplete patch
317+
// FIXME: global referncing in jquery-textcomplete patch
318318
window.editor = editor
319319

320320
var inlineAttach = inlineAttachment.editors.codemirror4.attach(editor)
@@ -365,8 +365,8 @@ function updateStatusBar () {
365365
}
366366

367367
// initalize ui reference
368-
// TODO: fix ui exporting
369368
const ui = getUIElements()
369+
// FIXME: fix global ui element expose
370370
window.ui = ui
371371

372372
// page actions

0 commit comments

Comments
 (0)