Typo in Waypoint #38

Deleted extra semicolon.
This commit is contained in:
Jose M Viloria
2015-07-11 22:12:22 -04:30
committed by Berkeley Martinez
parent b4cc9f2fd9
commit f8b5efefbb

View File

@ -2151,7 +2151,7 @@
"Set the first of your radio buttons and the first of your checkboxes to both be checked by default." "Set the first of your radio buttons and the first of your checkboxes to both be checked by default."
], ],
"tests": [ "tests": [
"assert($('input[type=\"radio\"]').prop('checked'), 'Your first radio button on your form should be checked by default.');", "assert($('input[type=\"radio\"]').prop('checked'), 'Your first radio button on your form should be checked by default.')",
"assert($('input[type=\"checkbox\"]').prop('checked'), 'Your first checkbox on your form should be checked by default.')" "assert($('input[type=\"checkbox\"]').prop('checked'), 'Your first checkbox on your form should be checked by default.')"
], ],
"challengeSeed": [ "challengeSeed": [