Oh, and the compiler was actually warning us that this was not working:

      [java] Warning: Assignment to free variable nodeType in data/ 
LzDataElement.lzs (50)
      [java] Warning: Assignment to free variable nodeType in data/ 
LzDataText.lzs (34)
      [java] Warning: Assignment to free variable nodeType in data/ 
LzDataset.lzs (53)

but there are so many of these warnings that this got lost in the  
noise.  I created a bug (LPP-2708) or Phil R to look at cleaning up  
the warnings.

On 2006-09-19, at 09:26 EDT, Philip Romanik wrote:

> I'll confer with Tucker, and then check in a change, but the following
> change appears to work.
>
>
> Change this line in LzDataElement.lzs from
>
>
>         nodeType = LzDataNode.ELEMENT_NODE;
>
>
> to
>
>
>         var nodeType = LzDataNode.ELEMENT_NODE;
>
>
>
> Phil
>
> _______________________________________________
> Laszlo-dev mailing list
> [email protected]
> http://www.openlaszlo.org/mailman/listinfo/laszlo-dev


_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev

Reply via email to