Keep compiling.

This commit is contained in:
Tim Schaub
2012-06-19 15:23:36 +02:00
parent 1c8abd38a6
commit 4588d794d8
+9 -9
View File
@@ -17,15 +17,15 @@
"checks": { "checks": {
// "accessControls": "ERROR", // "accessControls": "ERROR",
// "visibility": "ERROR" // "visibility": "ERROR"
"checkTypes": "ERROR", // "checkTypes": "ERROR",
"checkRegExp": "ERROR", // "checkRegExp": "ERROR",
"checkVars": "ERROR", // "checkVars": "ERROR",
"deprecated": "ERROR", // "deprecated": "ERROR",
"fileoverviewTags": "ERROR", // "fileoverviewTags": "ERROR",
"invalidCasts": "ERROR", // "invalidCasts": "ERROR",
"missingProperties": "ERROR", // "missingProperties": "ERROR",
"nonStandardJsDocs": "ERROR", // "nonStandardJsDocs": "ERROR",
"undefinedVars": "ERROR" // "undefinedVars": "ERROR"
}, },
"jsdoc-html-output-path": "." "jsdoc-html-output-path": "."