Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add testSoy task to travis #658

Merged
merged 15 commits into from
Feb 27, 2018
Prev Previous commit
Next Next commit
Fix JSDocs
  • Loading branch information
Carlos Lancha committed Feb 27, 2018
commit 487bfd8d37985ff3c5c13f68772d9157ee8ac19e
1 change: 0 additions & 1 deletion packages/clay-checkbox/src/ClayCheckbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ ClayCheckbox.STATE = {

/**
* Custom content of the checkbox label. Use it to use your custom html.
* If this is used label and showLabel params are ignored.
* @instance
* @memberof ClayCheckbox
* @type {?html|undefined}
Expand Down
1 change: 0 additions & 1 deletion packages/clay-radio/src/ClayRadio.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ ClayRadio.STATE = {

/**
* Custom content of the radio label. Use it to use your custom html.
* If this is used label and showLabel params are ignored.
* @instance
* @memberof ClayRadio
* @type {?html|undefined}
Expand Down