We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07c6290 commit 2dd8028Copy full SHA for 2dd8028
src/index.js
@@ -9,7 +9,7 @@ import observer from '@cocreate/observer';
9
import action from '@cocreate/actions';
10
import {queryDocumentSelectorAll} from '@cocreate/utils';
11
12
-// ToDo: update to listen to document events, find closest action return
+// TODO: update to listen to document events, find closest action return
13
function init() {
14
let elements = document.querySelectorAll(`[show],[hide]`);
15
initElements(elements);
0 commit comments