Apply the rest of r3775 to trunk
This commit is contained in:
parent
4438ef9ee8
commit
cdcb7533b2
1 changed files with 1 additions and 4 deletions
|
@ -1089,10 +1089,7 @@
|
||||||
valueElement.setAttribute('flex', '1');
|
valueElement.setAttribute('flex', '1');
|
||||||
}
|
}
|
||||||
|
|
||||||
var firstSpace;
|
var firstSpace = valueText.indexOf(" ");
|
||||||
if (typeof valueText == 'string') {
|
|
||||||
firstSpace = valueText.indexOf(" ");
|
|
||||||
}
|
|
||||||
|
|
||||||
// To support newlines in 'extra' fields, we use multiple
|
// To support newlines in 'extra' fields, we use multiple
|
||||||
// <description> elements inside a vbox
|
// <description> elements inside a vbox
|
||||||
|
|
Loading…
Add table
Reference in a new issue