From 1354d17270961fff662d40f90521223f8fd0d73b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 14 Aug 2012 18:59:10 +0400 Subject: update dojo to 1.7.3 --- lib/dojo/cache.js.uncompressed.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/dojo/cache.js.uncompressed.js (limited to 'lib/dojo/cache.js.uncompressed.js') diff --git a/lib/dojo/cache.js.uncompressed.js b/lib/dojo/cache.js.uncompressed.js new file mode 100644 index 000000000..6c5642872 --- /dev/null +++ b/lib/dojo/cache.js.uncompressed.js @@ -0,0 +1,9 @@ +define("dojo/cache", ["./_base/kernel", "./text"], function(dojo, text){ + // module: + // dojo/cache + // summary: + // The module defines dojo.cache by loading dojo/text. + + //dojo.cache is defined in dojo/text + return dojo.cache; +}); -- cgit v1.2.3-54-g00ecf