Skip to content

Commit

Permalink
Reverting last fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pnegri committed Jan 27, 2012
1 parent 14287d2 commit 4c37a7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/arcabouco_modules/request.coffee
Expand Up @@ -57,7 +57,7 @@ class ArcaboucoRequest
params = {}
for index of route.params
params[ route.params[ index ] ] = args[ parseInt(index)+1 ]
Common._.extend( params, otherParams.request.query )
Common._.extend( params, otherParams )
params


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name" : "arcabouco-js",
"description" : "scalable microframework in node.js",
"version" : "0.8.2",
"version" : "0.8.3",
"author" : "Patrick Negri <patrick@iugu.com.br>",
"homepage": "http://github.com/pnegri/arcabouco-js",
"contributors" : [],
Expand Down

0 comments on commit 4c37a7d

Please sign in to comment.