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

Timob 8106 Updated TableView to support INHERIT. #1768

Merged
merged 2 commits into from Mar 21, 2012
Merged

Timob 8106 Updated TableView to support INHERIT. #1768

merged 2 commits into from Mar 21, 2012

Conversation

nebrius
Copy link
Contributor

@nebrius nebrius commented Mar 20, 2012

No description provided.

} else {
var nodeParent = node._parent;
return nodeParent && getInheritedValue(nodeParent[parameter], parameter, nodeParent);
}
Copy link
Contributor

Choose a reason for hiding this comment

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

This could be tightened up a bit:

var nodeParent = node._parent;
return value !== UI.INHERIT ? value : nodeParent && getInheritedValue(nodeParent[parameter], parameter, nodeParent);

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was actually reworked in 8110...guess I forgot to backport it. It's updated now.

@cb1kenobi
Copy link
Contributor

Code reviewed and tested. Request accepted.

cb1kenobi added a commit that referenced this pull request Mar 21, 2012
Timob 8106 Updated TableView to support INHERIT.
@cb1kenobi cb1kenobi merged commit 21247cf into tidev:master Mar 21, 2012
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.

None yet

2 participants