mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-23 04:04:38 +02:00
multiview workign
This commit is contained in:
parent
465b25368e
commit
cad801fafe
11 changed files with 157 additions and 33 deletions
|
@ -84,6 +84,9 @@ LevelArbiter.prototype.validateLevel = function(level) {
|
|||
throw new Error('I need this field for a level: ' + field);
|
||||
}
|
||||
});
|
||||
if (this.levelMap[level.id]) {
|
||||
throw new Error('woah that level already exists!');
|
||||
}
|
||||
};
|
||||
|
||||
LevelArbiter.prototype.getSequences = function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue