This commit is contained in:
Mahdi Dibaiee 2014-02-10 15:48:36 +03:30
parent 9668f8c790
commit 260f332254

View File

@ -12,6 +12,7 @@ function sizeAndPos() {
'width' : w, 'width' : w,
'height' : h 'height' : h
}); });
alert($(window).height());
c.clearRect(0,0, width(), height()); c.clearRect(0,0, width(), height());
c.putImageData(data, 0, 0); c.putImageData(data, 0, 0);
} }