|
@@ -859,7 +859,7 @@ class ClassPage {
|
|
|
attributes: {
|
|
|
[ClassPage.Attributes.DataPropertyName]: propertyName,
|
|
|
[ClassPage.Attributes.DataPropertyType]: foundProperty.type === 'method' ? 'Methods' : 'Properties',
|
|
|
- [ClassPage.Attributes.DataPropertyParent]: foundProperty.inherited ? foundProperty.nearestParent : '',
|
|
|
+ [ClassPage.Attributes.DataPropertyParent]: foundProperty.inherited && !foundProperty.overridden ? foundProperty.nearestParent : '',
|
|
|
[ClassPage.Attributes.OnClick]: 'window.page.onPropertyClick(this);'
|
|
|
}
|
|
|
});
|