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:
Niklas von Hertzen 2011-07-17 01:33:39 +03:00
parent d61c4ec8d5
commit 212ddef32b

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