diff options
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 7a0c33c67..eb56098d4 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -416,7 +416,6 @@ module.exports = function( grunt ) { if ( /\x0d\x0a/.test( text ) ) { grunt.log.writeln( filename + ": Incorrect line endings (\\r\\n)" ); nonascii = true; - return; } // Ensure only ASCII chars so script tags don't need a charset attribute |