mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
Fixed typo
This commit is contained in:
parent
d61c4ec8d5
commit
212ddef32b
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user