Actually, this is not an error but a warning. My codes have this too.
However, since the master site is down for almost 4 months, this can't
be easily fixed I believe :p
But you're right the Ajax code is buggy. It must be
if (! Ajax) Ajax = {};
or
if ( typeof(Ajax) == "undefined" ) Ajax = {};
On 13 Şubat, 03:32, "Sun Yi-Ming" <
dolm...@gmail.com> wrote:
> I know, I just thought that as a minus bug.
> In many other modules, say Ajax.js, in line 40
> `if (! this.Ajax) Ajax = {};' will issue a message 'assignment to
> undeclared variable Ajax', does this need to be "var Ajax = {};"?
>
> 2008/2/13, Burak Gürsoy <
burakgur...@gmx.net>: