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

14 lines
273 B
JavaScript

define("dstore/RequestMemory", [
'dojo/_base/declare',
'./Request',
'./Cache'
], function(declare, Request, Cache) {
return declare([ Request, Cache ], {
postscript: function () {
this.inherited(arguments);
this.fetch();
},
isValidFetchCache: true
});
});