mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
put "use strict" where it belongs so that this works for jshint 0.5.x up to 0.9.x
This commit is contained in:
parent
6ba563887a
commit
605a38073e
2
grunt.js
2
grunt.js
@ -12,6 +12,8 @@ var child_process = require("child_process");
|
|||||||
|
|
||||||
module.exports = function( grunt ) {
|
module.exports = function( grunt ) {
|
||||||
|
|
||||||
|
"use strict";
|
||||||
|
|
||||||
// readOptionalJSON
|
// readOptionalJSON
|
||||||
// by Ben Alman
|
// by Ben Alman
|
||||||
// https://gist.github.com/2876125
|
// https://gist.github.com/2876125
|
||||||
|
Loading…
Reference in New Issue
Block a user