mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-14 00:24:28 +02:00
almost done
This commit is contained in:
parent
0d6f2516cb
commit
69235f4b37
6 changed files with 10 additions and 32 deletions
|
@ -54,7 +54,7 @@ EventBaton.prototype.releaseBaton = function(name, func, context) {
|
|||
}, this);
|
||||
|
||||
if (!found) {
|
||||
throw new Error('did not find that function');
|
||||
throw new Error('did not find that function', func, context, name, arguments);
|
||||
}
|
||||
this.eventMap[name] = newListeners;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue