From 8a6d11b1915685b83689301a65306249cf28bfc3 Mon Sep 17 00:00:00 2001 From: dceejay Date: Mon, 15 Jun 2015 20:38:09 +0100 Subject: [PATCH] tiny lint thing in debug node... missing ; --- nodes/core/core/58-debug.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/core/core/58-debug.html b/nodes/core/core/58-debug.html index 6c0026226..2b5d16fda 100644 --- a/nodes/core/core/58-debug.html +++ b/nodes/core/core/58-debug.html @@ -204,7 +204,7 @@ var errorLvl = 20; if (o.hasOwnProperty("level") && o.level === 30) { errorLvl = 30; - errorLvlType = 'warn' + errorLvlType = 'warn'; } msg.className = 'debug-message debug-message-level-' + errorLvl; msg.innerHTML += '[function] : (' + errorLvlType + ')';