diff options
author | Oleg Gaydarenko <markelog@gmail.com> | 2018-03-07 11:33:39 +0300 |
---|---|---|
committer | Oleg Gaydarenko <markelog@gmail.com> | 2018-03-07 11:33:39 +0300 |
commit | 365284240429d442c3fbe9f505c7b297425bc3a3 (patch) | |
tree | a01d35d9f9f098fc72af28742351f07968339e9f | |
parent | 662083ed7bfea6bad5f9cd4060dab77c1f32aacd (diff) | |
download | jquery-365284240429d442c3fbe9f505c7b297425bc3a3.tar.gz jquery-365284240429d442c3fbe9f505c7b297425bc3a3.zip |
Build: remove artefact from previous commit
Follow-up for 09684ba3f210594e41ecddf369ac94c688d53ccb
-rw-r--r-- | Gruntfile.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index b9c0091a3..a0e907715 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -259,7 +259,6 @@ module.exports = function( grunt ) { banner: "/*! jQuery v<%= pkg.version %> | " + "(c) JS Foundation and other contributors | jquery.org/license */", compress: { - "pure_getters": true, "hoist_funs": false, loops: false, |