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

#324 - Rename setTrackedModel to trackModel #329

Merged
merged 1 commit into from
Sep 6, 2017

Conversation

mandragorn
Copy link
Contributor

No description provided.

@mandragorn mandragorn force-pushed the 324 branch 2 times, most recently from 61e12f4 to f349d29 Compare June 13, 2017 16:46
*/
setTrackedModel: function(alias, model, copy) {
this.trackModel(alias, model, copy);
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yea I was thinking about that. I'll update it.

*/
setTrackedModel: function(alias, model, copy) {
setTrackedModel: function() {
Copy link
Contributor

Choose a reason for hiding this comment

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

oh man, i should have said the first time to reference the newer method's javadoc instead of copying pasting it. up to you if you want to update it or merge it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

can you link the doc of another method with yuidoc?

Copy link
Contributor

Choose a reason for hiding this comment

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

Yea, at least in the old fashion way of saying go check out the documentation on this other method. Still way better than managing both javadocs

@kentmw
Copy link
Contributor

kentmw commented Jun 27, 2017

Can we resolve/merge this before the next version gets published today?

@mandragorn
Copy link
Contributor Author

@kentmw is there a problem upgrading to backbone 1.3.3 with this? My local build with yarn is being annoying if I don't (multiple versions of backbone).

@kentmw
Copy link
Contributor

kentmw commented Sep 6, 2017 via email

Renamed so that the method names are consistent with existing methods.

Old versions left for backwards compatibility.
@mandragorn
Copy link
Contributor Author

@kentmw - I updated the docs should be good for final review.

@kentmw kentmw merged commit 5adce33 into vecnatechnologies:master Sep 6, 2017
@mandragorn mandragorn deleted the 324 branch September 6, 2017 15:48
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.

2 participants