Skip to content

Commit

Permalink
Fix #56: disable memory leak warning for app event emitter
Browse files Browse the repository at this point in the history
  • Loading branch information
selaux committed Jun 29, 2014
1 parent 3ab322b commit 029e132
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/App.js
Expand Up @@ -13,6 +13,7 @@ App = function (config) {
wildcard: true,
delimiter: ':'
});
this.setMaxListeners(0);

this.modules = [];
this.views = [];
Expand Down

0 comments on commit 029e132

Please sign in to comment.