mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Build: Upgrade to jQuery 1.11.2
Adds jQuery 1.11.0, 1.11.1, 1.11.2, 2.1.0, 2.1.1, 2.1.2, 2.1.3
This commit is contained in:
parent
fac8e517d7
commit
8fdfea5fe9
27
Gruntfile.js
27
Gruntfile.js
@ -227,7 +227,7 @@ grunt.initConfig({
|
|||||||
files: {
|
files: {
|
||||||
"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",
|
||||||
"qunit/MIT-LICENSE.txt": "qunit/MIT-LICENSE.txt",
|
"qunit/LICENSE.txt": "qunit/LICENSE.txt",
|
||||||
|
|
||||||
"jquery-mousewheel/jquery.mousewheel.js": "jquery-mousewheel/jquery.mousewheel.js",
|
"jquery-mousewheel/jquery.mousewheel.js": "jquery-mousewheel/jquery.mousewheel.js",
|
||||||
"jquery-mousewheel/LICENSE.txt": "jquery-mousewheel/LICENSE.txt",
|
"jquery-mousewheel/LICENSE.txt": "jquery-mousewheel/LICENSE.txt",
|
||||||
@ -238,7 +238,7 @@ grunt.initConfig({
|
|||||||
"jshint/jshint.js": "jshint/dist/jshint.js",
|
"jshint/jshint.js": "jshint/dist/jshint.js",
|
||||||
"jshint/LICENSE": "jshint/LICENSE",
|
"jshint/LICENSE": "jshint/LICENSE",
|
||||||
|
|
||||||
"jquery/jquery.js": "jquery-1.x/jquery.js",
|
"jquery/jquery.js": "jquery-1.x/dist/jquery.js",
|
||||||
"jquery/MIT-LICENSE.txt": "jquery-1.x/MIT-LICENSE.txt",
|
"jquery/MIT-LICENSE.txt": "jquery-1.x/MIT-LICENSE.txt",
|
||||||
|
|
||||||
"jquery-1.7.0/jquery.js": "jquery-1.7.0/jquery.js",
|
"jquery-1.7.0/jquery.js": "jquery-1.7.0/jquery.js",
|
||||||
@ -277,6 +277,15 @@ grunt.initConfig({
|
|||||||
"jquery-1.10.2/jquery.js": "jquery-1.10.2/jquery.js",
|
"jquery-1.10.2/jquery.js": "jquery-1.10.2/jquery.js",
|
||||||
"jquery-1.10.2/MIT-LICENSE.txt": "jquery-1.10.2/MIT-LICENSE.txt",
|
"jquery-1.10.2/MIT-LICENSE.txt": "jquery-1.10.2/MIT-LICENSE.txt",
|
||||||
|
|
||||||
|
"jquery-1.11.0/jquery.js": "jquery-1.11.0/dist/jquery.js",
|
||||||
|
"jquery-1.11.0/MIT-LICENSE.txt": "jquery-1.11.0/MIT-LICENSE.txt",
|
||||||
|
|
||||||
|
"jquery-1.11.1/jquery.js": "jquery-1.11.1/dist/jquery.js",
|
||||||
|
"jquery-1.11.1/MIT-LICENSE.txt": "jquery-1.11.1/MIT-LICENSE.txt",
|
||||||
|
|
||||||
|
"jquery-1.11.2/jquery.js": "jquery-1.11.2/dist/jquery.js",
|
||||||
|
"jquery-1.11.2/MIT-LICENSE.txt": "jquery-1.11.2/MIT-LICENSE.txt",
|
||||||
|
|
||||||
"jquery-2.0.0/jquery.js": "jquery-2.0.0/jquery.js",
|
"jquery-2.0.0/jquery.js": "jquery-2.0.0/jquery.js",
|
||||||
"jquery-2.0.0/MIT-LICENSE.txt": "jquery-2.0.0/MIT-LICENSE.txt",
|
"jquery-2.0.0/MIT-LICENSE.txt": "jquery-2.0.0/MIT-LICENSE.txt",
|
||||||
|
|
||||||
@ -287,7 +296,19 @@ grunt.initConfig({
|
|||||||
"jquery-2.0.2/MIT-LICENSE.txt": "jquery-2.0.2/MIT-LICENSE.txt",
|
"jquery-2.0.2/MIT-LICENSE.txt": "jquery-2.0.2/MIT-LICENSE.txt",
|
||||||
|
|
||||||
"jquery-2.0.3/jquery.js": "jquery-2.0.3/jquery.js",
|
"jquery-2.0.3/jquery.js": "jquery-2.0.3/jquery.js",
|
||||||
"jquery-2.0.3/MIT-LICENSE.txt": "jquery-2.0.3/MIT-LICENSE.txt"
|
"jquery-2.0.3/MIT-LICENSE.txt": "jquery-2.0.3/MIT-LICENSE.txt",
|
||||||
|
|
||||||
|
"jquery-2.1.0/jquery.js": "jquery-2.1.0/dist/jquery.js",
|
||||||
|
"jquery-2.1.0/MIT-LICENSE.txt": "jquery-2.1.0/MIT-LICENSE.txt",
|
||||||
|
|
||||||
|
"jquery-2.1.1/jquery.js": "jquery-2.1.1/dist/jquery.js",
|
||||||
|
"jquery-2.1.1/MIT-LICENSE.txt": "jquery-2.1.1/MIT-LICENSE.txt",
|
||||||
|
|
||||||
|
"jquery-2.1.2/jquery.js": "jquery-2.1.2/dist/jquery.js",
|
||||||
|
"jquery-2.1.2/MIT-LICENSE.txt": "jquery-2.1.2/MIT-LICENSE.txt",
|
||||||
|
|
||||||
|
"jquery-2.1.3/jquery.js": "jquery-2.1.3/dist/jquery.js",
|
||||||
|
"jquery-2.1.3/MIT-LICENSE.txt": "jquery-2.1.3/MIT-LICENSE.txt"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
11
bower.json
11
bower.json
@ -28,10 +28,17 @@
|
|||||||
"jquery-1.10.0": "jquery#1.10.0",
|
"jquery-1.10.0": "jquery#1.10.0",
|
||||||
"jquery-1.10.1": "jquery#1.10.1",
|
"jquery-1.10.1": "jquery#1.10.1",
|
||||||
"jquery-1.10.2": "jquery#1.10.2",
|
"jquery-1.10.2": "jquery#1.10.2",
|
||||||
"jquery-1.x": "jquery#1.10.2",
|
"jquery-1.11.0": "jquery#1.11.0",
|
||||||
|
"jquery-1.11.1": "jquery#1.11.1",
|
||||||
|
"jquery-1.11.2": "jquery#1.11.2",
|
||||||
|
"jquery-1.x": "jquery#1.11.2",
|
||||||
"jquery-2.0.0": "jquery#2.0.0",
|
"jquery-2.0.0": "jquery#2.0.0",
|
||||||
"jquery-2.0.1": "jquery#2.0.1",
|
"jquery-2.0.1": "jquery#2.0.1",
|
||||||
"jquery-2.0.2": "jquery#2.0.2",
|
"jquery-2.0.2": "jquery#2.0.2",
|
||||||
"jquery-2.0.3": "jquery#2.0.3"
|
"jquery-2.0.3": "jquery#2.0.3",
|
||||||
|
"jquery-2.1.0": "jquery#2.1.0",
|
||||||
|
"jquery-2.1.1": "jquery#2.1.1",
|
||||||
|
"jquery-2.1.2": "jquery#2.1.2",
|
||||||
|
"jquery-2.1.3": "jquery#2.1.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,6 +4,7 @@ module.exports = function( grunt ) {
|
|||||||
|
|
||||||
var versions = {
|
var versions = {
|
||||||
"git": "git",
|
"git": "git",
|
||||||
|
"1.11": "1.11.0 1.11.1 1.11.2",
|
||||||
"1.10": "1.10.0 1.10.1 1.10.2",
|
"1.10": "1.10.0 1.10.1 1.10.2",
|
||||||
"1.9": "1.9.0 1.9.1",
|
"1.9": "1.9.0 1.9.1",
|
||||||
"1.8": "1.8.0 1.8.1 1.8.2 1.8.3",
|
"1.8": "1.8.0 1.8.1 1.8.2 1.8.3",
|
||||||
|
21
external/jquery-1.11.0/MIT-LICENSE.txt
vendored
Normal file
21
external/jquery-1.11.0/MIT-LICENSE.txt
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
Copyright 2014 jQuery Foundation and other contributors
|
||||||
|
http://jquery.com/
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
|
a copy of this software and associated documentation files (the
|
||||||
|
"Software"), to deal in the Software without restriction, including
|
||||||
|
without limitation the rights to use, copy, modify, merge, publish,
|
||||||
|
distribute, sublicense, and/or sell copies of the Software, and to
|
||||||
|
permit persons to whom the Software is furnished to do so, subject to
|
||||||
|
the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be
|
||||||
|
included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||||
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||||
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||||||
|
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||||
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||||
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
10337
external/jquery-1.11.0/jquery.js
vendored
Normal file
10337
external/jquery-1.11.0/jquery.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
21
external/jquery-1.11.1/MIT-LICENSE.txt
vendored
Normal file
21
external/jquery-1.11.1/MIT-LICENSE.txt
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
Copyright 2014 jQuery Foundation and other contributors
|
||||||
|
http://jquery.com/
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
|
a copy of this software and associated documentation files (the
|
||||||
|
"Software"), to deal in the Software without restriction, including
|
||||||
|
without limitation the rights to use, copy, modify, merge, publish,
|
||||||
|
distribute, sublicense, and/or sell copies of the Software, and to
|
||||||
|
permit persons to whom the Software is furnished to do so, subject to
|
||||||
|
the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be
|
||||||
|
included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||||
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||||
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||||||
|
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||||
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||||
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
10308
external/jquery-1.11.1/jquery.js
vendored
Normal file
10308
external/jquery-1.11.1/jquery.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
21
external/jquery-1.11.2/MIT-LICENSE.txt
vendored
Normal file
21
external/jquery-1.11.2/MIT-LICENSE.txt
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
Copyright 2014 jQuery Foundation and other contributors
|
||||||
|
http://jquery.com/
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
|
a copy of this software and associated documentation files (the
|
||||||
|
"Software"), to deal in the Software without restriction, including
|
||||||
|
without limitation the rights to use, copy, modify, merge, publish,
|
||||||
|
distribute, sublicense, and/or sell copies of the Software, and to
|
||||||
|
permit persons to whom the Software is furnished to do so, subject to
|
||||||
|
the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be
|
||||||
|
included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||||
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||||
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||||||
|
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||||
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||||
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
10346
external/jquery-1.11.2/jquery.js
vendored
Normal file
10346
external/jquery-1.11.2/jquery.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
21
external/jquery-2.1.0/MIT-LICENSE.txt
vendored
Normal file
21
external/jquery-2.1.0/MIT-LICENSE.txt
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
Copyright 2014 jQuery Foundation and other contributors
|
||||||
|
http://jquery.com/
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
|
a copy of this software and associated documentation files (the
|
||||||
|
"Software"), to deal in the Software without restriction, including
|
||||||
|
without limitation the rights to use, copy, modify, merge, publish,
|
||||||
|
distribute, sublicense, and/or sell copies of the Software, and to
|
||||||
|
permit persons to whom the Software is furnished to do so, subject to
|
||||||
|
the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be
|
||||||
|
included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||||
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||||
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||||||
|
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||||
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||||
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
9111
external/jquery-2.1.0/jquery.js
vendored
Normal file
9111
external/jquery-2.1.0/jquery.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
21
external/jquery-2.1.1/MIT-LICENSE.txt
vendored
Normal file
21
external/jquery-2.1.1/MIT-LICENSE.txt
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
Copyright 2014 jQuery Foundation and other contributors
|
||||||
|
http://jquery.com/
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
|
a copy of this software and associated documentation files (the
|
||||||
|
"Software"), to deal in the Software without restriction, including
|
||||||
|
without limitation the rights to use, copy, modify, merge, publish,
|
||||||
|
distribute, sublicense, and/or sell copies of the Software, and to
|
||||||
|
permit persons to whom the Software is furnished to do so, subject to
|
||||||
|
the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be
|
||||||
|
included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||||
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||||
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||||||
|
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||||
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||||
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
9190
external/jquery-2.1.1/jquery.js
vendored
Normal file
9190
external/jquery-2.1.1/jquery.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
21
external/jquery-2.1.2/MIT-LICENSE.txt
vendored
Normal file
21
external/jquery-2.1.2/MIT-LICENSE.txt
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
Copyright 2014 jQuery Foundation and other contributors
|
||||||
|
http://jquery.com/
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
|
a copy of this software and associated documentation files (the
|
||||||
|
"Software"), to deal in the Software without restriction, including
|
||||||
|
without limitation the rights to use, copy, modify, merge, publish,
|
||||||
|
distribute, sublicense, and/or sell copies of the Software, and to
|
||||||
|
permit persons to whom the Software is furnished to do so, subject to
|
||||||
|
the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be
|
||||||
|
included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||||
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||||
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||||||
|
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||||
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||||
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
9205
external/jquery-2.1.2/jquery.js
vendored
Normal file
9205
external/jquery-2.1.2/jquery.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
21
external/jquery-2.1.3/MIT-LICENSE.txt
vendored
Normal file
21
external/jquery-2.1.3/MIT-LICENSE.txt
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
Copyright 2014 jQuery Foundation and other contributors
|
||||||
|
http://jquery.com/
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
|
a copy of this software and associated documentation files (the
|
||||||
|
"Software"), to deal in the Software without restriction, including
|
||||||
|
without limitation the rights to use, copy, modify, merge, publish,
|
||||||
|
distribute, sublicense, and/or sell copies of the Software, and to
|
||||||
|
permit persons to whom the Software is furnished to do so, subject to
|
||||||
|
the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be
|
||||||
|
included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||||
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||||
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||||||
|
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||||
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||||
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
9205
external/jquery-2.1.3/jquery.js
vendored
Normal file
9205
external/jquery-2.1.3/jquery.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
2
external/jquery/MIT-LICENSE.txt
vendored
2
external/jquery/MIT-LICENSE.txt
vendored
@ -1,4 +1,4 @@
|
|||||||
Copyright 2013 jQuery Foundation and other contributors
|
Copyright 2014 jQuery Foundation and other contributors
|
||||||
http://jquery.com/
|
http://jquery.com/
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
|
8351
external/jquery/jquery.js
vendored
8351
external/jquery/jquery.js
vendored
File diff suppressed because it is too large
Load Diff
36
external/qunit/LICENSE.txt
vendored
Normal file
36
external/qunit/LICENSE.txt
vendored
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
Copyright jQuery Foundation and other contributors, https://jquery.org/
|
||||||
|
|
||||||
|
This software consists of voluntary contributions made by many
|
||||||
|
individuals. For exact contribution history, see the revision history
|
||||||
|
available at https://github.com/jquery/qunit
|
||||||
|
|
||||||
|
The following license applies to all parts of this software except as
|
||||||
|
documented below:
|
||||||
|
|
||||||
|
====
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
|
a copy of this software and associated documentation files (the
|
||||||
|
"Software"), to deal in the Software without restriction, including
|
||||||
|
without limitation the rights to use, copy, modify, merge, publish,
|
||||||
|
distribute, sublicense, and/or sell copies of the Software, and to
|
||||||
|
permit persons to whom the Software is furnished to do so, subject to
|
||||||
|
the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be
|
||||||
|
included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||||
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||||
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||||||
|
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||||
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||||
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
|
====
|
||||||
|
|
||||||
|
All files located in the node_modules and external directories are
|
||||||
|
externally maintained libraries used by this software which have their
|
||||||
|
own licenses; we recommend you read them, as their terms may differ from
|
||||||
|
the terms above.
|
2
tests/jquery.js
vendored
2
tests/jquery.js
vendored
@ -16,7 +16,7 @@ for ( ; i < length; i++ ) {
|
|||||||
if ( version === "git" ) {
|
if ( version === "git" ) {
|
||||||
url = "http://code.jquery.com/jquery-git.js";
|
url = "http://code.jquery.com/jquery-git.js";
|
||||||
} else {
|
} else {
|
||||||
url = "../../../external/jquery-" + ( version || "1.10.2" ) + "/jquery.js";
|
url = "../../../external/jquery-" + ( version || "1.11.2" ) + "/jquery.js";
|
||||||
}
|
}
|
||||||
|
|
||||||
document.write( "<script src='" + url + "'></script>" );
|
document.write( "<script src='" + url + "'></script>" );
|
||||||
|
@ -5,6 +5,7 @@ var versions = [
|
|||||||
"1.8.0", "1.8.1", "1.8.2", "1.8.3",
|
"1.8.0", "1.8.1", "1.8.2", "1.8.3",
|
||||||
"1.9.0", "1.9.1",
|
"1.9.0", "1.9.1",
|
||||||
"1.10.0", "1.10.1", "1.10.2",
|
"1.10.0", "1.10.1", "1.10.2",
|
||||||
|
"1.11.0", "1.11.1", "1.11.2",
|
||||||
"git"
|
"git"
|
||||||
],
|
],
|
||||||
additionalTests = {
|
additionalTests = {
|
||||||
|
@ -63,9 +63,14 @@ QUnit.config.urlConfig.push({
|
|||||||
id: "jquery",
|
id: "jquery",
|
||||||
label: "jQuery version",
|
label: "jQuery version",
|
||||||
value: [
|
value: [
|
||||||
"1.7.0", "1.7.1", "1.7.2", "1.8.0", "1.8.1", "1.8.2", "1.8.3",
|
"1.7.0", "1.7.1", "1.7.2",
|
||||||
"1.9.0", "1.9.1", "1.10.0", "1.10.1", "1.10.2", "2.0.0",
|
"1.8.0", "1.8.1", "1.8.2", "1.8.3",
|
||||||
"2.0.1", "2.0.2", "2.0.3", "git"
|
"1.9.0", "1.9.1",
|
||||||
|
"1.10.0", "1.10.1", "1.10.2",
|
||||||
|
"1.11.0", "1.11.1", "1.11.2",
|
||||||
|
"2.0.0", "2.0.1", "2.0.2", "2.0.3",
|
||||||
|
"2.1.0", "2.1.1", "2.1.2", "2.1.3",
|
||||||
|
"git"
|
||||||
],
|
],
|
||||||
tooltip: "Which jQuery Core version to test against"
|
tooltip: "Which jQuery Core version to test against"
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user