Skip to content

Commit 5fcea12

Browse files
committed
Add "use strict" to grunt.js
1 parent 1d9841c commit 5fcea12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

grunt.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/*jshint node:true */
2+
"use strict";
3+
24
module.exports = function( grunt ) {
35

46
var entryFiles = grunt.file.expandFiles( "entries/*.xml" );

0 commit comments

Comments
 (0)