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

Fixed typo

This commit is contained in:
MoyuScript 2011-07-17 01:33:39 +03:00
parent ed5fb9f913
commit 286dfe06d5

@ -42,7 +42,7 @@
timer = date.getTime(); timer = date.getTime();
new html2canvas(this.get(0), { new html2canvas(this.get(0), {
loggine: true, logging: true,
ready: function(canvas) { ready: function(canvas) {
var finishTime = new Date(); var finishTime = new Date();