[mochikit] Re: Mozilla 1.6 bug

2007-02-01 Thread Arnar Birgisson
Hi there, On 2/1/07, Jesper <[EMAIL PROTECTED]> wrote: > I have used the following code > > var d = loadJSONDoc("someurl") > d.addCallback(somecallbackfunction) > > without problems using MochiKit 1.3.1. When upgrading to the SVN > version of MochiKit it suddenly stops working on Mozilla 1.6 (but

[mochikit] Mozilla 1.6 bug

2007-02-01 Thread Jesper
Hi MochiKit people, I'm using MochiKit in combination with TurboGears. Some of the key users of my application are in-house users. These users are stuck with Mozilla 1.6 - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/ 20040413 Debian/1.6-5" for some time to come. I have used the follow