Skip to content

Commit 6c2d82c

Browse files
author
Cam Pedersen
committed
Merge pull request ecto#23 from nulltask/patch-1
Fixed global leak
2 parents 3793d6b + 87ecabc commit 6c2d82c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/servo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Servo.prototype.sweep = function (options) {
8686
// sweep settings
8787
lapse = options.lapse || 2000,
8888
to = options.to || 180,
89-
from = options.from || 1;
89+
from = options.from || 1,
9090
// sweep handlers
9191
doSweep = function doSweep(pos) {
9292
// this.board.log('info', 'current position: ', pos);

0 commit comments

Comments
 (0)