root / trunk / web / dojo / dijit / robotx.js @ 9
History | View | Annotate | Download (571 Bytes)
1 |
/*
|
---|---|
2 |
Copyright (c) 2004-2010, The Dojo Foundation All Rights Reserved.
|
3 |
Available via Academic Free License >= 2.1 OR the modified BSD license.
|
4 |
see: http://dojotoolkit.org/license for details
|
5 |
*/
|
6 |
|
7 |
|
8 |
if(!dojo._hasResource["dijit.robotx"]){ |
9 |
dojo._hasResource["dijit.robotx"]=true; |
10 |
dojo.provide("dijit.robotx");
|
11 |
dojo.require("dijit.robot");
|
12 |
dojo.require("dojo.robotx");
|
13 |
dojo.experimental("dijit.robotx");
|
14 |
(function(){
|
15 |
var _1=doh.robot._updateDocument;
|
16 |
dojo.mixin(doh.robot,{_updateDocument:function(){ |
17 |
_1(); |
18 |
var _2=dojo.global;
|
19 |
if(_2["dijit"]){ |
20 |
dijit=_2.dijit; |
21 |
} |
22 |
}}); |
23 |
})(); |
24 |
} |