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

Added Dojo 1.9.3 release.

File size: 145 bytes
Line 
1define(["./_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.