Skip to content

Commit

Permalink
Fixed gjslint errors, code clean 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
serginator committed Dec 14, 2013
1 parent de01646 commit 12f1bb6
Show file tree
Hide file tree
Showing 2 changed files with 129 additions and 125 deletions.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ module.exports = function (grunt) {
gjslint: {
options: {
flags: [
'--disable 220' //ignore error code 220 from gjslint
'--disable 220', //ignore error code 220 from gjslint
'--disable 110' // ignore line too long
],
reporter: {
name: 'console'
Expand Down
Loading

0 comments on commit 12f1bb6

Please sign in to comment.