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