Skip to content

Commit

Permalink
Closes #966
Browse files Browse the repository at this point in the history
  • Loading branch information
Eran Hammer committed Jul 14, 2013
1 parent b2d2c9f commit 847953e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ exports = module.exports = internals.Request = function (server, req, res, optio
// Public members

this.server = server;
this.hapi = require('./');

this.url = null;
this.query = null;
Expand Down

0 comments on commit 847953e

Please sign in to comment.