grunt jshint 설정 변경

This commit is contained in:
bnu 2015-02-24 19:16:34 +09:00
parent 46863a8a47
commit 080bbcb0f7
5 changed files with 17 additions and 16 deletions

View file

@ -797,6 +797,7 @@ jQuery(function($){
});
if(typeof console == 'undefined'){
/* jshint -W020 */
console={log:function(){}};
}