CanteenHTML5/api.js

30 lines
566 B
JavaScript
Raw Normal View History

2013-10-14 23:38:35 +04:00
YUI.add("yuidoc-meta", function(Y) {
Y.YUIDoc = { meta: {
"classes": [
"Attribute",
"Comment",
"Document",
"HTML5Error",
"Node",
"NodeContainer",
"SimpleList",
"Table",
"Text",
"html"
],
"modules": [
"Canteen_HTML5",
"global"
],
"allModules": [
{
"displayName": "Canteen\\HTML5",
"name": "Canteen_HTML5"
},
{
"displayName": "global",
"name": "global"
}
]
} };
});