Browse Source

'use strict' in gruntfile.js.

fredck 11 years ago
parent
commit
99102c1384
1 changed files with 2 additions and 0 deletions
  1. 2 0
      gruntfile.js

+ 2 - 0
gruntfile.js

@@ -1,3 +1,5 @@
+'use strict';
+
 module.exports = function( grunt ) {
 	grunt.initConfig( {
 		pkg: grunt.file.readJSON( 'package.json' ),