awesome work dialog editor legit

This commit is contained in:
Peter Cottle 2013-01-10 21:21:53 -08:00
parent b7f1637562
commit 8086d2b2b1
7 changed files with 476 additions and 111 deletions

View file

@ -102,6 +102,7 @@ LevelArbiter.prototype.validateLevel = function(level) {
_.each(requiredFields, function(field) {
if (level[field] === undefined) {
console.log(level);
throw new Error('I need this field for a level: ' + field);
}
});