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:05:30 -0400 |
commit | acdcc6b6a25a2ccddea6b27b2a2fc2b7ef0e2116 (patch) | |
tree | 34b0ea2124fae782dff93b78786a5dd8f6ec9025 /Gruntfile.js | |
parent | 894a6c1a6f0d051158ba208c5eb0e5b5385dec00 (diff) | |
download | jquery-acdcc6b6a25a2ccddea6b27b2a2fc2b7ef0e2116.tar.gz jquery-acdcc6b6a25a2ccddea6b27b2a2fc2b7ef0e2116.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 4a024a472..311e22d8e 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" ] } |