mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
WOW somehow got it to work with events being a module export
This commit is contained in:
parent
6327566a63
commit
7ef0d19e12
7 changed files with 70 additions and 46 deletions
|
@ -52,7 +52,9 @@ function UI() {
|
|||
$('#commandTextField').focus();
|
||||
}
|
||||
|
||||
exports.events = events;
|
||||
exports.getEvents = function() {
|
||||
return events;
|
||||
};
|
||||
exports.ui = ui;
|
||||
exports.animationFactory = animationFactory;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue