mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-13 16:14:27 +02:00
ugh annoying teardown bug
This commit is contained in:
parent
33e5060ac7
commit
906216d98b
5 changed files with 135 additions and 48 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue