Skip to content

Commit f08334e

Browse files
committed
Use strict
1 parent 0b8c430 commit f08334e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

grunt.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = function(grunt) {
2+
"use strict";
23

34
// Project configuration.
45
grunt.initConfig({

tasks/build-xml.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = function( grunt ) {
2+
"use strict";
23

34
var fs = require( "fs" ),
45
path = require( "path" );

tasks/build.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = function(grunt) {
2+
"use strict";
23

34
function htmlEscape(text) {
45
return text

0 commit comments

Comments
 (0)