mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-28 22:55:10 +02:00
ok getting better
This commit is contained in:
parent
8e8eb4f4a9
commit
e424bc27aa
5 changed files with 96 additions and 111 deletions
|
@ -27,6 +27,7 @@ EventBaton.prototype.trigger = function(name) {
|
|||
|
||||
var listeners = this.eventMap[name];
|
||||
if (!listeners) {
|
||||
console.warn('no listeners for', name);
|
||||
return;
|
||||
}
|
||||
// call the top most listener with context and such
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue