source:
Dev/trunk/src/client/dojox/io/tests/scriptFrame.js
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 227 bytes |
Rev | Line | |
---|---|---|
[483] | 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.