diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2013-07-04 14:00:26 -0400 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2013-07-04 14:00:26 -0400 |
commit | 1f67d07c60c37e60052db37fc03d42af482c2d03 (patch) | |
tree | 190247a4b91a35338fdc339376c205eee1e39fdd /Gruntfile.js | |
parent | aee465987c6e2db9e37900e91161584b2c92390e (diff) | |
download | jquery-1f67d07c60c37e60052db37fc03d42af482c2d03.tar.gz jquery-1f67d07c60c37e60052db37fc03d42af482c2d03.zip |
Support CommonJS environments by accentuating the need for a window with a document. Fixes #13768.
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 952515b46..d582451b7 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -68,8 +68,6 @@ module.exports = function( grunt ) { { flag: "offset", src: "src/offset.js", needs: ["css"] }, { flag: "dimensions", src: "src/dimensions.js", needs: ["css"] }, { flag: "deprecated", src: "src/deprecated.js" }, - - "src/exports.js", "src/outro.js" ] } |