mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Build: update Sizzle to 2.0.0
This commit is contained in:
parent
86e62d8b37
commit
bcca4f041b
@ -54,7 +54,7 @@ module.exports = function( grunt ) {
|
|||||||
},
|
},
|
||||||
files: {
|
files: {
|
||||||
"sizzle/dist": "sizzle/dist",
|
"sizzle/dist": "sizzle/dist",
|
||||||
"sizzle/MIT-LICENSE.txt": "sizzle/MIT-LICENSE.txt",
|
"sizzle/LICENSE.txt": "sizzle/LICENSE.txt",
|
||||||
|
|
||||||
"qunit/qunit.js": "qunit/qunit/qunit.js",
|
"qunit/qunit.js": "qunit/qunit/qunit.js",
|
||||||
"qunit/qunit.css": "qunit/qunit/qunit.css",
|
"qunit/qunit.css": "qunit/qunit/qunit.css",
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
"package.json"
|
"package.json"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"sizzle": "1.11.1",
|
"sizzle": "2.0.0",
|
||||||
"requirejs": "2.1.10",
|
"requirejs": "2.1.10",
|
||||||
"qunit": "1.14.0",
|
"qunit": "1.14.0",
|
||||||
"sinon": "1.8.1"
|
"sinon": "1.8.1"
|
||||||
|
6
external/sizzle/dist/sizzle.js
vendored
6
external/sizzle/dist/sizzle.js
vendored
@ -1,12 +1,12 @@
|
|||||||
/*!
|
/*!
|
||||||
* Sizzle CSS Selector Engine v1.11.1
|
* Sizzle CSS Selector Engine v2.0.0
|
||||||
* http://sizzlejs.com/
|
* http://sizzlejs.com/
|
||||||
*
|
*
|
||||||
* Copyright 2013 jQuery Foundation, Inc. and other contributors
|
* Copyright 2008, 2014 jQuery Foundation, Inc. and other contributors
|
||||||
* Released under the MIT license
|
* Released under the MIT license
|
||||||
* http://jquery.org/license
|
* http://jquery.org/license
|
||||||
*
|
*
|
||||||
* Date: 2014-06-25
|
* Date: 2014-07-01
|
||||||
*/
|
*/
|
||||||
(function( window ) {
|
(function( window ) {
|
||||||
|
|
||||||
|
2
external/sizzle/dist/sizzle.min.js
vendored
2
external/sizzle/dist/sizzle.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user