diff --git a/source/Ox.Image/Ox.Image.js b/source/Ox.Image/Ox.Image.js index be619bcf..c3a7fce7 100644 --- a/source/Ox.Image/Ox.Image.js +++ b/source/Ox.Image/Ox.Image.js @@ -531,7 +531,7 @@ Ox.load.Image = function(options, callback) { iterator([ data[i], data[i + 1], data[i + 2], data[i + 3] ], getXY(i), i); - }, callback); + }, callback, 250); return that; };