Fixed up classnames

Not sticking to my own conventions is bad
This commit is contained in:
Jeremy Ruston
2012-03-29 15:35:52 +01:00
parent b81ffdcb58
commit b0cdd866ee
10 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -101,10 +101,10 @@ exports.macro = {
var attributes = {
"data-tiddler-target": renderTitle,
"data-tiddler-template": renderTemplate,
"class": ["tiddlerFrame"]
"class": ["tw-tiddler-frame"]
};
if(!this.store.tiddlerExists(renderTitle)) {
attributes["class"].push("tiddlerMissing");
attributes["class"].push("tw-tiddler-missing");
}
// Return the content
return [Renderer.ElementNode("div",attributes,contentClone)];