fixed timestamp diff

This commit is contained in:
cubedro 2015-05-04 18:38:03 +03:00
parent f102185e0a
commit 87c90de571

View File

@ -419,7 +419,7 @@ Node.prototype.getStats = function()
var end = _.now();
console.log('==> end: ', end);
console.log('==> stats diff: ', (start - end));
console.log('==> stats diff: ', (end - start));
}
Node.prototype.getHistory = function(range)