Skip to content

Fix 'titleColor' attribute name for UIButton #3507

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

Merged
merged 1 commit into from
Sep 22, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion extensions/ccui/uiwidgets/UIButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* @property {String} titleFont - The content string font of the button title
* @property {Number} titleFontSize - The content string font size of the button title
* @property {String} titleFontName - The content string font name of the button title
* @property {cc.Color} titleFontColor - The content string font color of the button title
* @property {cc.Color} titleColor - The content string font color of the button title

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should probably fix spacing so description aligns with the others

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will fix it

* @property {Boolean} pressedActionEnabled - Indicate whether button has zoom effect when clicked
*/
ccui.Button = ccui.Widget.extend(/** @lends ccui.Button# */{
Expand Down