Last change
on this file since 532 was
483,
checked in by hendrikvanantwerpen, 11 years ago
|
Added Dojo 1.9.3 release.
|
File size:
546 bytes
|
Line | |
---|
1 | define(["doh/main", "require"], function(doh, require){ |
---|
2 | if(doh.isBrowser){ |
---|
3 | doh.register("parser", require.toUrl("./parser/parser.html"), 30000); |
---|
4 | doh.register("parseOnLoad-auto-require", require.toUrl("./parser/parseOnLoadAutoRequire.html"), 30000); |
---|
5 | doh.register("parseOnLoad-declarative-require", require.toUrl("./parser/parseOnLoadDeclarativeRequire.html"), 30000); |
---|
6 | doh.register("parser-args", require.toUrl("./parser/parser-args.html"), 30000); |
---|
7 | doh.register("parser-async", require.toUrl("./parser/parserAsync.html"), 30000); |
---|
8 | } |
---|
9 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.