mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 14:27:40 +00:00
14 lines
260 B
JavaScript
Executable File
14 lines
260 B
JavaScript
Executable File
YUI.add("yuidoc-meta", function(Y) {
|
|
Y.YUIDoc = { meta: {
|
|
"classes": [
|
|
"ContextMenu",
|
|
"LGraph",
|
|
"LGraphCanvas",
|
|
"LGraphNode",
|
|
"LiteGraph"
|
|
],
|
|
"modules": [],
|
|
"allModules": [],
|
|
"elements": []
|
|
} };
|
|
}); |