source:
Dev/trunk/src/client/dojox/io/tests/scriptFrame.js
@
529
Last change on this file since 529 was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 227 bytes |
Line | |
---|---|
1 | require(['doh', 'dojo/_base/kernel', 'dojo/_base/sniff', 'dojo/_base/url'], function(doh, dojo){ |
2 | |
3 | if(dojo.isBrowser){ |
4 | doh.registerUrl("dojox.io.tests.scriptFrame", dojo.moduleUrl("dojox.io.tests", "scriptFrame.html")); |
5 | } |
6 | |
7 | }); |
Note: See TracBrowser
for help on using the repository browser.