Explorar el Código

Add missing default parameters to useSeriesAbove

Darren Worrall hace 11 años
padre
commit
f93b6f7d85
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/app/services/graphite/gfunc.js

+ 1 - 1
src/app/services/graphite/gfunc.js

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