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