diff --git a/lib/DataSet.js b/lib/DataSet.js index d7ca912e..fbc6b92a 100644 --- a/lib/DataSet.js +++ b/lib/DataSet.js @@ -264,7 +264,7 @@ DataSet.prototype.update = function (data, senderId) { if (data[i] instanceof Object){ addOrUpdate(data[i]); } else { - console.warn("Ignoring input item, which is not an object at index"+i); + console.warn('Ignoring input item, which is not an object at index ' + i); } } }