Skip to content

Conversation

@rlin415
Copy link
Contributor

@rlin415 rlin415 commented Mar 29, 2017

Retrieve the actual closest package to docObjects that had their
parent's name set to some name higher up in the family tree.

Resolves #204

Retrieve the actual closest package to docObjects that had their
parent's name set to some name higher up in the family tree for visual
purposes.

Resolves #204
@rlin415 rlin415 requested a review from chasenlehara March 29, 2017 19:53
@chasenlehara chasenlehara merged commit 473a60f into master Mar 31, 2017
@chasenlehara chasenlehara deleted the broken-link branch March 31, 2017 22:17

var splittedName = current.name.split('/');
var hasSlash = splittedName.length > 1;
var hasSlash = splitName.length > 1;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@chasenlehara I think this will cause problems. You defined splitName on line 184, but we are using it here.

Copy link
Member

Choose a reason for hiding this comment

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

Ugh sorry, you’re right, I’ll fix it.

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.

The “source” link on the can-define/list/list doc pages doesn’t work

3 participants