updated list

This commit is contained in:
Niklas von Hertzen 2011-07-16 20:12:18 +03:00
parent 598f4266b7
commit 64b7bb7598
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/tests/templates/
/dist/
/build/tmp.js
index.html

View File

@ -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')