Last change
on this file since 256 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
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.