From c39c41f5498630d346659fa4aa526aee939baf89 Mon Sep 17 00:00:00 2001 From: jos Date: Mon, 18 Aug 2014 11:51:53 +0200 Subject: [PATCH] Removed a weird character --- lib/network/Node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/network/Node.js b/lib/network/Node.js index b9533e8b..dc29ce29 100644 --- a/lib/network/Node.js +++ b/lib/network/Node.js @@ -159,7 +159,7 @@ Node.prototype.setProperties = function(properties, constants) { } // copy group properties - if (typeof this.options.group === 'number' || (typeof this.options.group === 'string' && this.options.group != '')) { + if (typeof this.options.group === 'number' || (typeof this.options.group === 'string' && this.options.group != '')) { var groupObj = this.grouplist.get(this.options.group); for (var prop in groupObj) { if (groupObj.hasOwnProperty(prop)) {