Skip to content

Commit 2982bea

Browse files
authored
Merge pull request #19 from LinusU/object-shorthand
2 parents d645f10 + 3a519c5 commit 2982bea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ Socket.prototype.setMulticastTTL = function (ttl, callback) {
408408
} else {
409409
self._bindTasks.push({
410410
fn: setMulticastTTL,
411-
callback: callback
411+
callback
412412
})
413413
}
414414

@@ -436,7 +436,7 @@ Socket.prototype.setMulticastLoopback = function (flag, callback) {
436436
} else {
437437
self._bindTasks.push({
438438
fn: setMulticastLoopback,
439-
callback: callback
439+
callback
440440
})
441441
}
442442

0 commit comments

Comments
 (0)