[Flux] Level store and test

This commit is contained in:
Peter Cottle 2015-03-29 21:17:28 -07:00
parent 304633228c
commit 22fbcdc0a3
6 changed files with 152 additions and 37 deletions

View file

@ -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) {