On 8/10/13 5:28 AM, "Justin Mclean" <[email protected]> wrote:
>Hi,
>
>> The commits look like you reverted the ObjectUtil change,
>Yep.
>
>> then checked in the "editable item" code instead of tweaking the
>>creation of the empty
>> column
>I checked in both tweaking the creation of the empty column (see that
>"length" property is excluded if the data is a String).
I was expecting to see a revert of
e47f993773fd5dd7e5c636068d4e9ddd37d3ba98.
Specifically, the following code:
+ if (n == 0) {
+ col = new DataGridColumn();
+ newCols.push(col);
+ }
which I think is independent of the ObjectUtil.as change and may be the
reason the last run still failed?
-Alex