Last change
on this file since 274 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
File size:
220 bytes
|
Line | |
---|
1 | define(["./_base/kernel", "./text"], function(dojo, text){ |
---|
2 | // module: |
---|
3 | // dojo/cache |
---|
4 | // summary: |
---|
5 | // The module defines dojo.cache by loading dojo/text. |
---|
6 | |
---|
7 | //dojo.cache is defined in dojo/text |
---|
8 | return dojo.cache; |
---|
9 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.