Add missing default parameters to useSeriesAbove

This commit is contained in:
Darren Worrall 2014-12-10 15:57:12 +00:00
parent edb2cf2cf2
commit f93b6f7d85

View File

@ -569,7 +569,7 @@ function (_) {
{ name: "search", type: "string" },
{ name: "replace", type: "string" }
],
defaultParams: [0]
defaultParams: [0, 'search', 'replace']
});
_.each(categories, function(funcList, catName) {