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
598f4266b7
commit
64b7bb7598
3
.gitignore
vendored
3
.gitignore
vendored
@ -2,4 +2,5 @@
|
||||
/images/
|
||||
/tests/templates/
|
||||
/dist/
|
||||
/build/tmp.js
|
||||
/build/tmp.js
|
||||
index.html
|
@ -32,7 +32,7 @@
|
||||
|
||||
|
||||
$(this).unbind('click');
|
||||
html2canvas($('body').get(0),{
|
||||
new html2canvas($('body').get(0),{
|
||||
logging:true,
|
||||
ready:function(canvas){
|
||||
saveCanvas = $(canvas).css('position','absolute')
|
||||
|
Loading…
Reference in New Issue
Block a user