1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-12-05 08:18:06 +00:00

Switched stitchElement parameter from className to classes

It's shorter, and looks better
This commit is contained in:
Jeremy Ruston
2012-01-30 17:30:33 +00:00
parent f4d530a114
commit 56e701b326
4 changed files with 39 additions and 39 deletions

View File

@@ -22,7 +22,7 @@ exports.macro = {
href: params.target
},{
content: content,
classNames: store.adjustClassesForLink([],params.target)
classes: store.adjustClassesForLink([],params.target)
});
} else if (type === "text/plain") {
return content;