Merge pull request #27 from stevenzeiler/develop

[TEST] Add chai and sinon for testing, begin testing remote.js
This commit is contained in:
wltsmrz
2013-11-13 18:35:17 -08:00
3 changed files with 116 additions and 1 deletions

View File

@@ -1403,6 +1403,8 @@ Remote.prototype.requestUnlAdd = function (addr, comment, callback) {
request.message.node = addr;
if (comment) {
// note is not specified anywhere, should remove?
var note = undefined;
request.message.comment = note;
}