From 0d39f65543ec2f48be6e48b1d6509dfea9e6bd66 Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Fri, 12 Jan 2018 17:18:13 -0500
Subject: [PATCH] fix mknob typo

---
 pd/nw/pdgui.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pd/nw/pdgui.js b/pd/nw/pdgui.js
index be47469b5..5ab55a04d 100644
--- a/pd/nw/pdgui.js
+++ b/pd/nw/pdgui.js
@@ -3999,7 +3999,7 @@ function gui_mknob_new(cid, tag, x, y, is_toplevel, show_in, show_out) {
     });
     gui(cid).get_gobj(tag)
     .append(function(frag) {
-        border = create_item(cid, "path", {
+        var border = create_item(cid, "path", {
             class: "border" // now we can inherit the css border styles
         }),
         circle = create_item(cid, "circle", {
-- 
GitLab