Looks good.  Thanks Phil!

-Max

Philip Romanik wrote:
> Hi Max,
>
> I'm attaching a new change set in case you'd like to look at it. I 
> won't apply it until sometime tomorrow.
>
> Thanks for the feedback!
>
> Phil
>
>
>> Please change all layouts (wrappinglayout and resizelayout in this
>> package) to use this idiom (simpleboundslayout already does this):
>>
>> var l = this.subviews.length;
>> for(var i=0; i < l; i++) {
>>     ...
>> }
>>
>> It really makes a difference for inner loops like update.  Also, can you
>> send a change package generated from the root of trunk next time?  The
>> apply/unapply shell scripts are designed to be used from $LPS_ROOT.
>>
>> Other than that, approved.  Thanks!
_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev

Reply via email to