Commit b1968931 by doszhang

dos

parent d6f824da
...@@ -474,7 +474,7 @@ function bindUpload(that, ctx, myCanvas, index, callback, imgInfo) { ...@@ -474,7 +474,7 @@ function bindUpload(that, ctx, myCanvas, index, callback, imgInfo) {
} }
img.src = URL.createObjectURL(imgData); img.src = URL.createObjectURL(imgData);
callback(objectImg); callback(img);
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment