Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardolundgren committed May 31, 2008
1 parent 8a1cba9 commit b1048f4
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions ui/tests/resizable.js
@@ -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);
};
Expand Down

0 comments on commit b1048f4

Please sign in to comment.