diff options
author | Richard Gibson <richard.gibson@gmail.com> | 2013-11-27 14:51:29 -0500 |
---|---|---|
committer | Richard Gibson <richard.gibson@gmail.com> | 2013-11-27 14:52:20 -0500 |
commit | b869d3f1ac9f8931c97a300616c815be3d6b2b26 (patch) | |
tree | e38f92c43774fb27c6eb66b7d371bc63b69993da | |
parent | d6684dc3aacc943f63acaf62696c166dced7a6c3 (diff) | |
download | jquery-b869d3f1ac9f8931c97a300616c815be3d6b2b26.tar.gz jquery-b869d3f1ac9f8931c97a300616c815be3d6b2b26.zip |
Fix #14579: attribute selectors with trailing spaces after an unquoted value
(cherry picked from commit ed20e7c645064822f4070a0c60195e4bcdaba683)
-rw-r--r-- | bower.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bower.json b/bower.json index 76d5cc1c5..dd9c7f86a 100644 --- a/bower.json +++ b/bower.json @@ -13,7 +13,7 @@ "bower.json" ], "dependencies": { - "sizzle": "1.10.13" + "sizzle": "1.10.14" }, "devDependencies": { "requirejs": "~2.1.8", |