Skip to content
This repository has been archived by the owner on Dec 20, 2019. It is now read-only.

Commit

Permalink
fix lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
jamuus committed Oct 20, 2015
1 parent 886c148 commit edc1273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sphero.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Sphero.prototype.connect = function(callback) {
connection.on("open", emit("open"));

connection.open(function(error) {
if(error) {
if (error) {
callback(error);
return;
}
Expand Down

0 comments on commit edc1273

Please sign in to comment.