Graphite: fixed aliasSub graphite func definition

This commit is contained in:
Torkel Ödegaard 2014-11-21 08:24:13 +01:00
parent 62b58d8bb0
commit 88c2f18b20

View File

@ -194,7 +194,7 @@ function (_) {
name: "aliasSub",
category: categories.Special,
params: [{ name: "search", type: 'string' }, { name: "replace", type: 'string' }],
defaultParams: ['', '']
defaultParams: ['', '\\1']
});
addFuncDef({