Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
2150 |
mathias |
1 |
if(!dojo._hasResource["tests._base.fx"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code.
|
|
|
2 |
dojo._hasResource["tests._base.fx"] = true;
|
|
|
3 |
dojo.provide("tests._base.fx");
|
|
|
4 |
if(dojo.isBrowser){
|
|
|
5 |
doh.registerUrl("tests._base.fx", dojo.moduleUrl("tests", "_base/fx.html"), 15000);
|
|
|
6 |
}
|
|
|
7 |
|
|
|
8 |
}
|