added support for nodejs

This commit is contained in:
tamat
2018-03-08 12:58:39 +01:00
parent 1df90b5348
commit f984476c83
17 changed files with 555 additions and 628 deletions

View File

@@ -1,5 +1,6 @@
//event related nodes
(function(){
(function(global){
var LiteGraph = global.LiteGraph;
function LGWebSocket()
{
@@ -255,4 +256,4 @@ LGSillyClient.prototype.onGetOutputs = function()
LiteGraph.registerNodeType("network/sillyclient", LGSillyClient );
})();
})(this);