From 260f3322542f01ed88e29ad2cf0f4883d98162fc Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Mon, 10 Feb 2014 15:48:36 +0330 Subject: [PATCH] tests --- Web/js/functions.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Web/js/functions.js b/Web/js/functions.js index 52829ba..191a759 100644 --- a/Web/js/functions.js +++ b/Web/js/functions.js @@ -12,6 +12,7 @@ function sizeAndPos() { 'width' : w, 'height' : h }); + alert($(window).height()); c.clearRect(0,0, width(), height()); c.putImageData(data, 0, 0); }