Commit f93b6f7d by Darren Worrall

Add missing default parameters to useSeriesAbove

parent edb2cf2c
......@@ -569,7 +569,7 @@ function (_) {
{ name: "search", type: "string" },
{ name: "replace", type: "string" }
],
defaultParams: [0]
defaultParams: [0, 'search', 'replace']
});
_.each(categories, function(funcList, catName) {
......
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