Navigation Menu

Skip to content

Commit

Permalink
[api] set default cli routing to be non recursive ref #134
Browse files Browse the repository at this point in the history
  • Loading branch information
blakmatrix authored and jfhbrook committed Sep 29, 2012
1 parent a00dee3 commit 3b5880f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/director/cli.js
Expand Up @@ -4,7 +4,7 @@ var util = require('util'),

var Router = exports.Router = function (routes) {
director.Router.call(this, routes);
this.recurse = 'backward';
this.recurse = false;
};

//
Expand Down

0 comments on commit 3b5880f

Please sign in to comment.