You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 1.x versions of breeze-client, there was a Predicate.extendBinaryPredicateFn method. This has been commented out in the latest version of breeze-client (src/predicate.ts#L201):
// TODO: determine if/where this is used.// static extendBinaryPredicateFn(opMap: IOpMap, visitorFn: any) {
In 1.x versions of breeze-client, there was a
Predicate.extendBinaryPredicateFn
method. This has been commented out in the latest version of breeze-client (src/predicate.ts#L201):This method was added to breeze.js in version 1.5 (Breeze/breeze.js@89c3e10) by @jtraband.
I was using this method to extend upon the built-in binary predicate operators in breeze. Can this method be restored?
Thanks!
Travis
The text was updated successfully, but these errors were encountered: