Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed May 12, 2023
1 parent d648c3e commit 2984181
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ const CoCreateRender = {
else
attrValue = that.__replaceValue(data, attrValue, renderKey, el);

// ToDo: support attibute name replace if has {{}}
// TODO: support attibute name replace if has {{}}
// attr_name = that.__replaceValue(data, attr_name, renderKey, el);

if (attrValue || attrValue == "") {
Expand Down Expand Up @@ -418,7 +418,7 @@ const CoCreateRender = {
};

function renderKey(element, params) {
// ToDo: custom render-keys
// TODO: custom render-keys
const form = element.closest("form") || document;
if (!params)
params = 'render-key'
Expand Down

0 comments on commit 2984181

Please sign in to comment.