mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 00:18:56 +02:00
almost can do tests
This commit is contained in:
parent
565142048c
commit
ddf399e099
10 changed files with 288 additions and 163 deletions
|
@ -52,9 +52,14 @@ function UI() {
|
|||
exports.getEvents = function() {
|
||||
return events;
|
||||
};
|
||||
|
||||
exports.getUI = function() {
|
||||
return ui;
|
||||
};
|
||||
|
||||
exports.getMainVis = function() {
|
||||
return mainVis;
|
||||
};
|
||||
|
||||
exports.init = init;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue