liuyg
2021-06-02 94c4faad963bf6dc92e544ddaeb8297cc5fd0c21
1
2
//>>built
define([],function(){return function(a){var d=a.type,e=a.normalizeArguments,f=a.applyQuery,g=a.querierFactory;return function(){var b=Array.prototype.slice.call(arguments),c=e?e.apply(this,b):b,b={type:d,arguments:b,normalizedArguments:c},a=this._getQuerierFactory(d)||g;a&&(b.querier=a.apply(this,c));c=this._createSubCollection({queryLog:this.queryLog.concat(b)});return f?f.call(this,c,b):c}}});