From 833bcb597475109f6b674fb517ebde4c5d884b0b Mon Sep 17 00:00:00 2001 From: NateScarlet Date: Sun, 28 Apr 2019 19:59:34 +0800 Subject: [PATCH] style: remove unnessary semi --- src/nodes/gltextures.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nodes/gltextures.js b/src/nodes/gltextures.js index d7c5a8598..a3aca662b 100755 --- a/src/nodes/gltextures.js +++ b/src/nodes/gltextures.js @@ -3212,7 +3212,7 @@ LGraphTextureKuwaharaFilter.pixel_shader = "\n\ that._webcam_stream = false; that.boxcolor = "red"; that.trigger("stream_error"); - }; + } } LGraphTextureWebcam.prototype.closeStream = function()