Skip to content

Commit

Permalink
Expose intercept in scope returned from startScope
Browse files Browse the repository at this point in the history
  • Loading branch information
bacchusrx committed Feb 6, 2012
1 parent 7bbc7e1 commit d36d60f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/scope.js
Expand Up @@ -215,6 +215,7 @@ function startScope(basePath) {
, post: post
, delete: _delete
, put: put
, intercept: intercept
, done: done
, isDone: isDone
, filteringPath: filteringPath
Expand Down

0 comments on commit d36d60f

Please sign in to comment.