Skip to content

Commit

Permalink
Add missing semicolons for onyx.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
reid committed Nov 18, 2011
1 parent 8abee81 commit dd4249a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/onyx.js
Expand Up @@ -46,7 +46,7 @@ proto.makeArray = function (obj) {
arr.push(obj[key]);
}
return arr;
}
};

/**
* Implementation of a fs.stat collector for
Expand Down Expand Up @@ -230,7 +230,7 @@ proto.handle = function (status, baton, cb) {
cb(err);
});
}
}
};

/**
* Given an object with an HTTP request, response and
Expand Down

0 comments on commit dd4249a

Please sign in to comment.