mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-03 06:47:33 +00:00
added support for nodejs
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
//widgets
|
||||
(function(){
|
||||
(function(global){
|
||||
var LiteGraph = global.LiteGraph;
|
||||
|
||||
/* Button ****************/
|
||||
|
||||
@@ -776,4 +777,4 @@
|
||||
|
||||
LiteGraph.registerNodeType("widget/panel", WidgetPanel );
|
||||
|
||||
})();
|
||||
})(this);
|
||||
Reference in New Issue
Block a user