Skip to content
This repository was archived by the owner on Apr 2, 2019. It is now read-only.

Commit 20240a8

Browse files
committed
Remove use strict
1 parent 918cb60 commit 20240a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module.exports = function (grunt) {
5151
' }\n' +
5252
' // Browser\n' +
5353
' else factory(this, this._, this.Backbone);\n' +
54-
'}(function (root, _, Backbone) {\n\n \"use strict\";\n',
54+
'}(function (root, _, Backbone) {\n\n ',
5555
footer: 'return Backgrid;\n' +
5656
'}));'
5757
},

0 commit comments

Comments
 (0)