Showing with 1 addition and 0 deletions.
  1. +1 −0 lib/director/browser.js
@@ -175,6 +175,7 @@ var Router = exports.Router = function (routes) {
this.params = {};
this.routes = {};
this.methods = ['on', 'once', 'after', 'before'];
this.scope = [];
this._methods = {};

this._insert = this.insert;