merging r10056 to the trunk
This commit is contained in:
parent
950be11440
commit
fb483663bf
4 changed files with 7 additions and 4 deletions
|
@ -182,10 +182,10 @@
|
|||
}
|
||||
|
||||
if ( this.children.length == 1 ) {
|
||||
subclassString += "<span style='font-size:0.8em'> (1 subclass)</span>";
|
||||
subclassString += "<span style='font-size:0.8em'> (1 subproperty)</span>";
|
||||
}
|
||||
else if ( this.children.length > 1 ) {
|
||||
subclassString += "<span style='font-size:0.8em'> (" + this.children.length + " subclasses)</span>";
|
||||
subclassString += "<span style='font-size:0.8em'> (" + this.children.length + " subproperties)</span>";
|
||||
}
|
||||
|
||||
childDetails += "<td class='subclassCell' colspan='2'><span class='subclassExpandPlus' id='subclassExpand"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue