diff options
author | Richard Gibson <richard.gibson@gmail.com> | 2016-04-23 22:06:52 -0400 |
---|---|---|
committer | Richard Gibson <richard.gibson@gmail.com> | 2016-04-23 22:14:25 -0400 |
commit | cf1497a58cd088d3f293d655803d230ee4cc4c07 (patch) | |
tree | 8825b7d0ed482aeca328578f507d6f95e852a775 /Gruntfile.js | |
parent | a51cb2596551f12448ae1659f1ebce29607a94d8 (diff) | |
download | jquery-cf1497a58cd088d3f293d655803d230ee4cc4c07.tar.gz jquery-cf1497a58cd088d3f293d655803d230ee4cc4c07.zip |
Build: A more modest block-level function proposal
This reverts commit fa610da68440530e73bba296a1f982f94dfeac99.
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 04ccb7c3f..c979f2822 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -186,7 +186,6 @@ module.exports = function( grunt ) { banner: "/*! jQuery v<%= pkg.version %> | " + "(c) jQuery Foundation | jquery.org/license */", compress: { - "if_return": false, "hoist_funs": false, loops: false, unused: false |