1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-04 18:00:44 +00:00

Added missing semicolon

This commit is contained in:
Jeremy Ruston 2012-03-29 15:33:47 +01:00
parent 1dd6e43a6f
commit b81ffdcb58

View File

@ -38,7 +38,7 @@ exports.macro = {
var attributes = {
"contenteditable": true,
"class": ["tw-edit-field"]
}
};
return [Renderer.ElementNode("div",attributes,[Renderer.TextNode(value)])];
}
};