patlv23 wrote:
> Hi,
>
> Not sure if you're still actively maintaining 1.1 or
focusing on 2.0.
> Anyway we made a few changes to 1.1 due to some IE 6
issues("Object
> doesn't support this property or method").
Basically just a couple of
> "var"s added to the for loops (lines 54
& 62). and a null check for
> func (76).
>
> Regards,
> Patrick
first: thanks to Patrick for your work. I recently ran into
that
IE6-patch-f**-bug
second: line 55 should also read different:
54 for (var h=0;sheet=Behaviour.list[h];h++){
55 for (selector in sheet){
54 for (var h=0;sheet=Behaviour.list[h];h++){
55 for (var selector in sheet){
...there might be more^^ lets see
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Behaviour Javascript Library"
group.
To post to this group, send email to behaviour googlegroups.com
To unsubscribe from this group, send email to
behaviour-unsubscribe googlegroups.com
For more options, visit this group at http://group
s.google.com/group/behaviour
-~----------~----~----~----~------~----~------~--~---
|