1
0
Fork 0
forked from 0x2620/oxjs

block less in image.forEach

This commit is contained in:
rolux 2012-05-25 10:39:09 +02:00
commit e06bf4889d

View file

@ -531,7 +531,7 @@ Ox.load.Image = function(options, callback) {
iterator([ iterator([
data[i], data[i + 1], data[i + 2], data[i + 3] data[i], data[i + 1], data[i + 2], data[i + 3]
], getXY(i), i); ], getXY(i), i);
}, callback); }, callback, 250);
return that; return that;
}; };