1
0
mirror of https://github.com/niklasvh/html2canvas.git synced 2023-08-10 21:13:10 +03:00

Fix tests to use local proxy

This commit is contained in:
MoyuScript 2014-09-20 20:25:48 +03:00
parent c1ea1206e3
commit 61d50f7263

@ -115,7 +115,7 @@ var h2cSelector, h2cOptions;
$(h2cSelector).html2canvas($.extend({ $(h2cSelector).html2canvas($.extend({
logging: true, logging: true,
profile: true, profile: true,
proxy: "http://html2canvas.appspot.com/query", proxy: "http://localhost:8082",
useCORS: false useCORS: false
}, h2cOptions)); }, h2cOptions));
}, 100); }, 100);