Commit 88c2f18b by Torkel Ödegaard

Graphite: fixed aliasSub graphite func definition

parent 62b58d8b
......@@ -194,7 +194,7 @@ function (_) {
name: "aliasSub",
category: categories.Special,
params: [{ name: "search", type: 'string' }, { name: "replace", type: 'string' }],
defaultParams: ['', '']
defaultParams: ['', '\\1']
});
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