-
Notifications
You must be signed in to change notification settings - Fork 3
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
Type documentation for ObservableArray #45
Comments
Added type documentation for ObservableArray. Reassign to @jonathanolson for verification. |
Thanks! I'll look into some renaming, like with pointsProperty: // @param {ObservableArray.<Point>} pointsProperty - Array of points for plotting curve. |
The documentation was added. In addition the observable array was renamed points, throughout the simulation. |
Closing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Documentation for parameters/objects of type ObservableArray should include the type of the element (like {ObservableArray.}).
Review: #31
The text was updated successfully, but these errors were encountered: