1
0
Fork 0

Tiny edits here and there 1

master
Ambrose Chua 2013-06-29 15:22:44 +08:00
parent 3cccb3b5f6
commit 9b69560b14
1 changed files with 0 additions and 3 deletions

View File

@ -26,9 +26,6 @@ else if (where==1) {
left=0;
top=Math.floor(Math.random()*window.innerHeight+0.5);
}
else {
alert("A bug has occured!");
}
newevil.css("left", left+"px");
newevil.css("top", top+"px");
$("#frame").append(newevil);