diff --git a/src/a44_predicate.js b/src/a44_predicate.js index 8776793..a2ecb03 100644 --- a/src/a44_predicate.js +++ b/src/a44_predicate.js @@ -165,6 +165,12 @@ } }; + ctor.extendFuncMap = function (funcMap) { + for (var func in (funcMap || {})) { + var config = funcMap[func]; + FnExpr.funcMap[func] = config; + } + }; /** 'And's this Predicate with one or more other Predicates and returns a new 'composite' Predicate