Commit 3302e18b by doszhang

dos

parent f3478708
...@@ -75,7 +75,7 @@ $(document).ready(function () { ...@@ -75,7 +75,7 @@ $(document).ready(function () {
bindUpload(this, uploadCtx, uploadCanvas, 1, function () { bindUpload(this, uploadCtx, uploadCanvas, 1, function () {
var mc = new Hammer($('#headCanvas1').get(0)); var mc = new Hammer($('#headCanvas1').get(0));
bindMc(mc, uploadCtx, uploadCanvas, headimg[1], imgInfo1); bindMc(mc, uploadCtx, uploadCanvas, headimg[1], imgInfo1);
}, imgInfo1); }, imgInfo);
return false; return false;
}); });
......
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