mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
updated list
This commit is contained in:
parent
fee153e100
commit
55b8f1e3eb
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/tests/templates/
|
/tests/templates/
|
||||||
/dist/
|
/dist/
|
||||||
/build/tmp.js
|
/build/tmp.js
|
||||||
|
index.html
|
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
|
|
||||||
$(this).unbind('click');
|
$(this).unbind('click');
|
||||||
html2canvas($('body').get(0),{
|
new html2canvas($('body').get(0),{
|
||||||
logging:true,
|
logging:true,
|
||||||
ready:function(canvas){
|
ready:function(canvas){
|
||||||
saveCanvas = $(canvas).css('position','absolute')
|
saveCanvas = $(canvas).css('position','absolute')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user