Browse Source

Removed a weird character

v3_develop
jos 10 years ago
parent
commit
c39c41f549
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/network/Node.js

+ 1
- 1
lib/network/Node.js View File

@ -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)) {

Loading…
Cancel
Save