ugh annoying teardown bug

This commit is contained in:
Peter Cottle 2013-10-06 13:16:30 -07:00
parent 33e5060ac7
commit 906216d98b
5 changed files with 135 additions and 48 deletions

View file

@ -1,7 +1,8 @@
var _ = require('underscore');
function EventBaton() {
function EventBaton(options) {
this.eventMap = {};
this.options = options || {};
}
// this method steals the "baton" -- aka, only this method will now