Subversion Repositories Applications.papyrus

Rev

Rev 1372 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1372 Rev 1422
Line 6... Line 6...
6
	modified BSD license. For more information on Dojo licensing, see:
6
	modified BSD license. For more information on Dojo licensing, see:
Line 7... Line 7...
7
 
7
 
8
		http://dojotoolkit.org/community/licensing.shtml
8
		http://dojotoolkit.org/community/licensing.shtml
Line -... Line 9...
-
 
9
*/
-
 
10
 
9
*/
11
 
10
 
12
 
11
dojo.provide("dojo.uri.cache");
13
dojo.provide("dojo.uri.cache");
12
dojo.uri.cache = {_cache:{}, set:function (uri, content) {
14
dojo.uri.cache = {_cache:{}, set:function (uri, content) {
13
	this._cache[uri.toString()] = content;
15
	this._cache[uri.toString()] = content;