mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 17:27:22 +02:00
ok so finihs is done, just need dialog stuff
This commit is contained in:
parent
9381f42509
commit
a1a6820d77
1 changed files with 2 additions and 1 deletions
|
@ -76,7 +76,8 @@ LevelArbiter.prototype.validateLevel = function(level) {
|
||||||
|
|
||||||
var optionalFields = [
|
var optionalFields = [
|
||||||
'hint',
|
'hint',
|
||||||
'disabledMap'
|
'disabledMap',
|
||||||
|
'startTree'
|
||||||
];
|
];
|
||||||
|
|
||||||
_.each(requiredFields, function(field) {
|
_.each(requiredFields, function(field) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue