Skip to content

Commit 5d8c2c3

Browse files
committed
fix checkbox and radio without labels
1 parent 60759c6 commit 5d8c2c3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+579
-545
lines changed

bower_components/jquery/.bower.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "jquery",
3-
"version": "2.1.1",
3+
"version": "2.1.4",
44
"main": "dist/jquery.js",
55
"license": "MIT",
66
"ignore": [
77
"**/.*",
88
"build",
9+
"dist/cdn",
910
"speed",
1011
"test",
1112
"*.md",
@@ -14,7 +15,7 @@
1415
"package.json"
1516
],
1617
"devDependencies": {
17-
"sizzle": "1.10.19",
18+
"sizzle": "2.1.1-jquery.2.1.2",
1819
"requirejs": "2.1.10",
1920
"qunit": "1.14.0",
2021
"sinon": "1.8.1"
@@ -25,13 +26,13 @@
2526
"library"
2627
],
2728
"homepage": "https://github.com/jquery/jquery",
28-
"_release": "2.1.1",
29+
"_release": "2.1.4",
2930
"_resolution": {
3031
"type": "version",
31-
"tag": "2.1.1",
32-
"commit": "4dec426aa2a6cbabb1b064319ba7c272d594a688"
32+
"tag": "2.1.4",
33+
"commit": "7751e69b615c6eca6f783a81e292a55725af6b85"
3334
},
3435
"_source": "git://github.com/jquery/jquery.git",
35-
"_target": ">= 1.9.0",
36+
"_target": "1.9.1 - 2",
3637
"_originalSource": "jquery"
3738
}

bower_components/jquery/bower.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "jquery",
3-
"version": "2.1.1",
3+
"version": "2.1.4",
44
"main": "dist/jquery.js",
55
"license": "MIT",
66
"ignore": [
77
"**/.*",
88
"build",
9+
"dist/cdn",
910
"speed",
1011
"test",
1112
"*.md",
@@ -14,7 +15,7 @@
1415
"package.json"
1516
],
1617
"devDependencies": {
17-
"sizzle": "1.10.19",
18+
"sizzle": "2.1.1-jquery.2.1.2",
1819
"requirejs": "2.1.10",
1920
"qunit": "1.14.0",
2021
"sinon": "1.8.1"

0 commit comments

Comments
 (0)