Skip to content

Give displayName for all compositeComponent spec functions #2052

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

Closed
wants to merge 0 commits into from

Conversation

chenglou
Copy link
Contributor

Previously it was only given to a subset of the functions on the spec.

Fixes #3173.

@crm416 @zpao

it('gives function a displayName for testing purposes', function() {
var a = function() {};
var b = function() {};
var c = function() {};
Copy link
Member

Choose a reason for hiding this comment

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

Just inline these.

Edit: nevermind

@chenglou
Copy link
Contributor Author

@zpao that good enough?

@chenglou
Copy link
Contributor Author

@zpao is this still relevant?

@zpao
Copy link
Member

zpao commented Feb 20, 2015

Yes, this is still relevant. If you want to get it rebased that would be greatttttttt

@chenglou chenglou force-pushed the handler-displayname branch from 6aa327d to 647ad63 Compare February 21, 2015 08:08
@chenglou
Copy link
Contributor Author

@zpao done.

@chenglou
Copy link
Contributor Author

chenglou commented Mar 7, 2015

@zpao ping

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Attach displayName to class methods
3 participants