Subversion Repositories Applications.papyrus

Rev

Rev 1318 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1318 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
if (typeof window != "undefined") {
13
if (typeof window != "undefined") {
12
	(function () {
14
	(function () {
13
		if (djConfig.allowQueryConfig) {
15
		if (djConfig.allowQueryConfig) {
Line 234... Line 236...
234
			fp.apply(node, arguments);
236
			fp.apply(node, arguments);
235
			oldHandler.apply(node, arguments);
237
			oldHandler.apply(node, arguments);
236
		};
238
		};
237
		return true;
239
		return true;
238
	}
240
	}
-
 
241
	dojo.hostenv._djInitFired = false;
239
	function dj_load_init(e) {
242
	function dj_load_init(e) {
-
 
243
		dojo.hostenv._djInitFired = true;
240
		var type = (e && e.type) ? e.type.toLowerCase() : "load";
244
		var type = (e && e.type) ? e.type.toLowerCase() : "load";
241
		if (arguments.callee.initialized || (type != "domcontentloaded" && type != "load")) {
245
		if (arguments.callee.initialized || (type != "domcontentloaded" && type != "load")) {
242
			return;
246
			return;
243
		}
247
		}
244
		arguments.callee.initialized = true;
248
		arguments.callee.initialized = true;