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