From ab995217fc2f00f9cb28b6d91bdd8b63e103ad90 Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Tue, 1 Nov 2016 13:40:16 -0400
Subject: [PATCH] comsetic change... also, the previous commit may have
 technically been a bugfix. I don't think the bracket was supposed to be there
 without a leading forward slash

---
 pd/nw/index.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pd/nw/index.js b/pd/nw/index.js
index 8417d022c..37ae7ba42 100644
--- a/pd/nw/index.js
+++ b/pd/nw/index.js
@@ -119,6 +119,7 @@ function escapeRegExp(string){
   // $& means the whole matched string
   return string.replace(/[.*+?^${}()|\[\]\\]/g, "\\$&");
 }
+
 function console_find_text(evt, callback) {
     var console_text = document.getElementById("p1"),
         wrap_tag = "mark",
-- 
GitLab