mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-29 22:29:40 +02:00
kleybarod naviation
This commit is contained in:
parent
cad801fafe
commit
e55fba333d
7 changed files with 511 additions and 9 deletions
|
@ -89,6 +89,10 @@ LevelArbiter.prototype.validateLevel = function(level) {
|
|||
}
|
||||
};
|
||||
|
||||
LevelArbiter.prototype.getSequenceToLevels = function() {
|
||||
return levelSequences;
|
||||
};
|
||||
|
||||
LevelArbiter.prototype.getSequences = function() {
|
||||
return _.keys(levelSequences);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue