Suppress extraRequire compiler check in generated exports

This commit is contained in:
Frederic Junod
2015-08-31 10:56:59 +02:00
parent cb9054f7fd
commit bf35b32a20

View File

@@ -175,7 +175,7 @@ function generateExports(symbols, namespace) {
blocks.unshift(
'/**\n' +
' * @fileoverview Custom exports file.\n' +
' * @suppress {checkVars}\n' +
' * @suppress {checkVars,extraRequire}\n' +
' */\n');
return blocks.join('\n');
}