Commit 1edc84e4 authored by Alexander.Trofimov's avatar Alexander.Trofimov

off checkVars

parent 710e133a
......@@ -162,7 +162,7 @@ module.exports = function(grunt) {
var sdkAllDst = sdkDstFolder + '/sdk-all.js';
var sdkAllCache = sdkDstFolder + '/*.cache'
var sdkOpt = {
jscomp_off: 'externsValidation',
jscomp_off: 'checkVars',
compilation_level: level,
warning_level: 'QUIET',
externs: packageFile['compile']['sdk']['externs']
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment