Fix tests to use local proxy

This commit is contained in:
Niklas von Hertzen 2014-09-20 20:25:48 +03:00
parent 0a7df6d9b9
commit 349d0a300c

View File

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