-
Notifications
You must be signed in to change notification settings - Fork 2
/
api.js
40 lines (40 loc) · 930 Bytes
/
api.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
YUI.add("yuidoc-meta", function(Y) {
Y.YUIDoc = { meta: {
"classes": [
"BaseObject",
"Container",
"ContainerPlugin",
"Core",
"CoreFactory",
"Events",
"Loader",
"Playback",
"Player",
"Strings",
"UIContainerPlugin",
"UIObject"
],
"modules": [
"base",
"components",
"plugins"
],
"allModules": [
{
"displayName": "base",
"name": "base"
},
{
"displayName": "components",
"name": "components",
"description": "The Core is responsible to manage Containers, the mediator, MediaControl\nand the player state."
},
{
"displayName": "plugins",
"name": "plugins",
"description": "The internationalization (i18n) plugin"
}
],
"elements": []
} };
});