Commit 88c2f18b by Torkel Ödegaard

Graphite: fixed aliasSub graphite func definition

parent 62b58d8b
...@@ -194,7 +194,7 @@ function (_) { ...@@ -194,7 +194,7 @@ function (_) {
name: "aliasSub", name: "aliasSub",
category: categories.Special, category: categories.Special,
params: [{ name: "search", type: 'string' }, { name: "replace", type: 'string' }], params: [{ name: "search", type: 'string' }, { name: "replace", type: 'string' }],
defaultParams: ['', ''] defaultParams: ['', '\\1']
}); });
addFuncDef({ addFuncDef({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment