1
0
Fork 0

Allow controller-free apps.

This commit is contained in:
Alan Plum 2014-06-11 17:55:46 +02:00
parent 2c75c36414
commit 9857fa571e
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ function checkManifest (filename, mf) {
"assets": [ false, "object" ],
"author": [ false, "string" ],
"contributors": [ false, "array" ],
"controllers": [ true, "object" ],
"controllers": [ false, "object" ],
"defaultDocument": [ false, "string" ],
"description": [ true, "string" ],
"engines": [ false, "object" ],