summaryrefslogtreecommitdiffstats
path: root/testing/mochitest/MochiKit/__package__.js
blob: 4c58c394767e7ab47c503486305839b856cde9c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
dojo.hostenv.conditionalLoadModule({
    "common": [
        "MochiKit.Base",
        "MochiKit.Iter",
        "MochiKit.Logging",
        "MochiKit.DateTime",
        "MochiKit.Format",
        "MochiKit.Async",
        "MochiKit.Color"
    ],
    "browser": [
        "MochiKit.DOM",
        "MochiKit.Style",
        "MochiKit.Signal",
        "MochiKit.LoggingPane",
        "MochiKit.Visual"
    ]
});
dojo.hostenv.moduleLoaded("MochiKit.*");