Skip to content
This repository has been archived by the owner on Dec 31, 2017. It is now read-only.

prevent properties on functions showing up in annotations #81

Closed

Conversation

neonstalwart
Copy link

properties on constructors (aka static properties) were being picked up for annotated types. for example, in dojo/_base/Color, blendColors shows that it's parameters start and end have a named property but that property is on the Color constructor not on the prototype.

further along, there's even more weirdness when other properties attached to the constructor (eg blendColors) join the party.

@neonstalwart
Copy link
Author

#82 includes this in it's changes.

@neonstalwart neonstalwart deleted the filter-function-properties branch March 23, 2013 06:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant