bas_denis
5 May 2009, 10:48 AM
hi
nice clean core-debug :)
those are of the downloadable 3.0 RC1.1 version in all-debug.js
line 13316
f = items[j];
should be
var f = items[j];
what about the:
line 4376 all-debug
if (v = hash[direction]) {
should be
for sure something else (v isn't set and get's global)
now on on line 4379, shouldn't it be fixed? :
nice clean core-debug :)
those are of the downloadable 3.0 RC1.1 version in all-debug.js
line 13316
f = items[j];
should be
var f = items[j];
what about the:
line 4376 all-debug
if (v = hash[direction]) {
should be
for sure something else (v isn't set and get's global)
now on on line 4379, shouldn't it be fixed? :