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:
183 bytes
|
Line | |
---|
1 | define([ |
---|
2 | "doh/runner", |
---|
3 | "dojo/has!host-browser?doh/_browserRunner", |
---|
4 | "dojo/has!host-node?doh/_nodeRunner", |
---|
5 | "dojo/has!host-rhino?doh/_rhinoRunner"], function(doh) { |
---|
6 | return doh; |
---|
7 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.