mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-03 02:25:49 +00:00
Merge pull request #27 from stevenzeiler/develop
[TEST] Add chai and sinon for testing, begin testing remote.js
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user