We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 599cafa commit 2859706Copy full SHA for 2859706
src/a44_predicate.js
@@ -165,6 +165,12 @@
165
}
166
};
167
168
+ ctor.extendFuncMap = function (funcMap) {
169
+ for (var func in (funcMap || {})) {
170
+ var config = funcMap[func];
171
+ FnExpr.funcMap[func] = config;
172
+ }
173
+ };
174
175
/**
176
'And's this Predicate with one or more other Predicates and returns a new 'composite' Predicate
0 commit comments