diff options
author | Luis Emilio Velasco Sanchez <emibloque@gmail.com> | 2018-05-14 13:36:30 -0400 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2018-05-14 13:41:42 -0400 |
commit | 0ba8e38d0c4ab4a4fb9054e7a713630be9743aff (patch) | |
tree | 4a7d8995a669afe3d4db1c9415dee5a70da68aa4 /Gruntfile.js | |
parent | 821bf34353a6baf97f7944379a6459afb16badae (diff) | |
download | jquery-0ba8e38d0c4ab4a4fb9054e7a713630be9743aff.tar.gz jquery-0ba8e38d0c4ab4a4fb9054e7a713630be9743aff.zip |
Traversing: $.fn.contents() support for object
Fixes gh-4045
Closes gh-4046
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index fbf9b5671..ed2bd7753 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -209,7 +209,7 @@ module.exports = function( grunt ) { { pattern: "dist/*.map", included: false, served: true }, { pattern: "external/qunit/qunit.css", included: false, served: true }, { - pattern: "test/**/*.@(js|css|jpg|html|xml)", + pattern: "test/**/*.@(js|css|jpg|html|xml|svg)", included: false, served: true } |