Skip to content

Commit 2dd8028

Browse files
committed
add TODO
1 parent 07c6290 commit 2dd8028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import observer from '@cocreate/observer';
99
import action from '@cocreate/actions';
1010
import {queryDocumentSelectorAll} from '@cocreate/utils';
1111

12-
// ToDo: update to listen to document events, find closest action return
12+
// TODO: update to listen to document events, find closest action return
1313
function init() {
1414
let elements = document.querySelectorAll(`[show],[hide]`);
1515
initElements(elements);

0 commit comments

Comments
 (0)