From b1048f4cbd6d92782f5963b9d310624b34597f32 Mon Sep 17 00:00:00 2001 From: Eduardo Lundgren Date: Sat, 31 May 2008 16:59:50 +0000 Subject: Remove console.log --- ui/tests/resizable.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/ui/tests/resizable.js b/ui/tests/resizable.js index 0955b15c3..d56271b4f 100644 --- a/ui/tests/resizable.js +++ b/ui/tests/resizable.js @@ -1,15 +1,3 @@ -var console = console || { - log: function(l) { - $('#log').append(l + '
').get(0).scrollTop = 10000; - } -}; - -var animateClick = function(co) { - var img = $("").appendTo("body") - .css({ position: "absolute", zIndex: 1000, left: co.x, top: co.y }) - .animate({ width: 80, height: 80, left: co.x-40, top: co.y-40, opacity: 'hide' }, 1000, function() { $(this).remove(); }); -}; - var num = function(i) { return parseInt(i, 10); }; -- cgit v1.2.3