Last change
on this file since 485 was
483,
checked in by hendrikvanantwerpen, 11 years ago
|
Added Dojo 1.9.3 release.
|
File size:
478 bytes
|
Line | |
---|
1 | if(require.has){ |
---|
2 | require.has.add("config-selectorEngine", "acme"); |
---|
3 | } |
---|
4 | define([ |
---|
5 | "../ready", |
---|
6 | "./kernel", |
---|
7 | "./connect", // until we decide if connect is going back into non-browser environments |
---|
8 | "./unload", |
---|
9 | "./window", |
---|
10 | "./event", |
---|
11 | "./html", |
---|
12 | "./NodeList", |
---|
13 | "../query", |
---|
14 | "./xhr", |
---|
15 | "./fx"], function(dojo){ |
---|
16 | |
---|
17 | // module: |
---|
18 | // dojo/_base/browser |
---|
19 | |
---|
20 | /*===== |
---|
21 | return { |
---|
22 | // summary: |
---|
23 | // This module causes the browser-only base modules to be loaded. |
---|
24 | }; |
---|
25 | =====*/ |
---|
26 | |
---|
27 | return dojo; |
---|
28 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.