liuyg
2021-06-10 76d7e905cfdf64efb15028b7730b010a66acd1e8
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}}});