瀏覽代碼

'use strict' in gruntfile.js.

fredck 11 年之前
父節點
當前提交
99102c1384
共有 1 個文件被更改,包括 2 次插入0 次删除
  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' ),