Kaynağa Gözat

'use strict' in gruntfile.js.

fredck 11 yıl önce
ebeveyn
işleme
99102c1384
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  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' ),