Skip to content

Commit

Permalink
delinted
Browse files Browse the repository at this point in the history
  • Loading branch information
Frijol committed Jul 16, 2014
1 parent 3c0be87 commit 5aae0ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ Accelerometer.prototype._unsafeSetScaleRange = function(scaleRange, callback) {
}
setImmediate(self.queue.next);
});
}
};

// Sets the output rate of the data (1.56-800 Hz)
Accelerometer.prototype._unsafeSetOutputRate = function (hz, callback) {
Expand Down Expand Up @@ -307,7 +307,7 @@ Accelerometer.prototype._unsafeSetOutputRate = function (hz, callback) {
return finishChange(new Error("Invalid output rate."));
}
}
})
});
},
function rateSet(err) {
if (callback) {
Expand Down

0 comments on commit 5aae0ea

Please sign in to comment.