Skip to content

Commit

Permalink
Merge pull request #164 from andyburke/master
Browse files Browse the repository at this point in the history
Fix the scope error when using .on() in the browser
  • Loading branch information
pksunkara committed Dec 6, 2012
2 parents 331504a + b42362d commit 9f0a960
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/director/browser.js
Expand Up @@ -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;
Expand Down

0 comments on commit 9f0a960

Please sign in to comment.