1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-07 22:33:50 +00:00

Converted spaces to tabs

Dang things keep slipping in
This commit is contained in:
Jeremy Ruston 2012-01-07 17:37:20 +00:00
parent 9a73b0a6aa
commit 7a0f94343a

View File

@ -84,37 +84,37 @@ WikiTextParseTree.prototype.compileMacroCall = function(type,name,params) {
var macroCall = { var macroCall = {
type: "FunctionCall", type: "FunctionCall",
name: { name: {
"base": { "base": {
"base": { "base": {
"base": { "base": {
"name": "store", "name": "store",
"type": "Variable" "type": "Variable"
}, },
"name": "macros", "name": "macros",
"type": "PropertyAccess" "type": "PropertyAccess"
}, },
"name": { "name": {
"type": "StringLiteral", "type": "StringLiteral",
"value": name "value": name
}, },
"type": "PropertyAccess" "type": "PropertyAccess"
}, },
"name": "code", "name": "code",
"type": "PropertyAccess" "type": "PropertyAccess"
}, },
"arguments": [ { "arguments": [ {
"type": "StringLiteral", "type": "StringLiteral",
"value": type "value": type
}, },
{ {
"type": "Variable", "type": "Variable",
"name": "tiddler" "name": "tiddler"
}, },
{ {
"type": "Variable", "type": "Variable",
"name": "store" "name": "store"
}, },
{ {
type: "ObjectLiteral", type: "ObjectLiteral",
properties: [] properties: []
}] }]