Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- Added white space after params...
- Re-generated js files with CoffeeScript 1.7.1
  • Loading branch information
kunzimariano committed Oct 6, 2014
1 parent 4afacc4 commit 609a524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/octonode/repo.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/octonode/repo.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Repo
# '/repos/pksunkara/hub/commits' GET
# - page or query object, optional - params[0]
# - per_page, optional - params[1]
commits: (params...,cb) ->
commits: (params..., cb) ->
@client.get "/repos/#{@name}/commits", params..., (err, s, b, h) ->
return cb(err) if err
if s isnt 200 then cb(new Error("Repo commits error")) else cb null, b, h
Expand Down

0 comments on commit 609a524

Please sign in to comment.