source:
Dev/trunk/src/client/dojo/cache.js
@
529
Last change on this file since 529 was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 145 bytes |
Rev | Line | |
---|---|---|
[483] | 1 | define(["./_base/kernel", "./text"], function(dojo){ |
2 | // module: | |
3 | // dojo/cache | |
4 | ||
5 | // dojo.cache is defined in dojo/text | |
6 | return dojo.cache; | |
7 | }); |
Note: See TracBrowser
for help on using the repository browser.