control-freak-ide/Code/client/build/dgrid/dstore/QueryResults.js
plastic-hub-dev-node-saturn 538369cff7 latest
2021-05-12 18:35:18 +02:00

3 lines
521 B
JavaScript

//>>built
define("dstore/QueryResults",["dojo/_base/lang","dojo/when"],function(e,f){function g(a,b){return f(this,function(d){for(var c=0,h=d.length;c<h;c++)a.call(b,d[c],c,d)})}return function(a,b){var d=b&&"totalLength"in b;if(a.then){a=e.delegate(a);var c=a.then(function(a){var c=d?b.totalLength:a.totalLength||a.length;a.totalLength=c;return!d&&c});a.totalLength=d?b.totalLength:c;a.response=b&&b.response}else a.totalLength=d?b.totalLength:a.length;a.forEach=g;return a}});
//# sourceMappingURL=QueryResults.js.map