]> source.dussan.org Git - jquery-ui.git/commitdiff
Remove console.log
authorEduardo Lundgren <eduardolundgren@gmail.com>
Sat, 31 May 2008 16:59:50 +0000 (16:59 +0000)
committerEduardo Lundgren <eduardolundgren@gmail.com>
Sat, 31 May 2008 16:59:50 +0000 (16:59 +0000)
ui/tests/resizable.js

index 0955b15c3466afba1c62611bcf4b2f968a5a02a4..d56271b4fcc60975ae01345beea62583006c0ecc 100644 (file)
@@ -1,15 +1,3 @@
-var console = console || {
-       log: function(l) {
-               $('#log').append(l + '<br/>').get(0).scrollTop = 10000;
-       }
-};
-
-var animateClick = function(co) {
-       var img = $("<img src='images/click.png' width='1'>").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);
 };