mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-14 08:34:26 +02:00
more
This commit is contained in:
parent
a12bc276ae
commit
19b6038f55
7 changed files with 514 additions and 91 deletions
|
@ -90,6 +90,7 @@ EventBaton.prototype.releaseBaton = function(name, func, context) {
|
|||
|
||||
if (!found) {
|
||||
console.log('did not find that function', func, context, name, arguments);
|
||||
console.log(this.eventMap);
|
||||
throw new Error('cant releasebaton if yu dont have it');
|
||||
}
|
||||
this.eventMap[name] = newListeners;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue