Apply the rest of r3775 to trunk

This commit is contained in:
Dan Stillman 2008-11-14 17:20:21 +00:00
parent 4438ef9ee8
commit cdcb7533b2

View file

@ -1089,10 +1089,7 @@
valueElement.setAttribute('flex', '1');
}
var firstSpace;
if (typeof valueText == 'string') {
firstSpace = valueText.indexOf(" ");
}
var firstSpace = valueText.indexOf(" ");
// To support newlines in 'extra' fields, we use multiple
// <description> elements inside a vbox