mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-07 21:24:26 +02:00
[Flux] Level store and test
This commit is contained in:
parent
304633228c
commit
22fbcdc0a3
6 changed files with 152 additions and 37 deletions
|
@ -27,7 +27,6 @@ function LevelArbiter() {
|
|||
}
|
||||
|
||||
LevelArbiter.prototype.init = function() {
|
||||
var previousLevelID;
|
||||
_.each(this.levelSequences, function(levels, levelSequenceName) {
|
||||
this.sequences.push(levelSequenceName);
|
||||
if (!levels || !levels.length) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue