Code cleanup

Removed commented and leftover code
This commit is contained in:
Mark Salsbery 2013-12-06 16:28:49 -08:00
parent d3bcd0cec8
commit 374d0288dd

View File

@ -133,19 +133,16 @@ $.Button = function( options ) {
this.imgDiv.style.position = "relative";
//this.imgRest.style.position =
this.imgGroup.style.position =
this.imgHover.style.position =
this.imgDown.style.position =
"absolute";
this.imgRest.style.top =
this.imgGroup.style.top =
this.imgHover.style.top =
this.imgDown.style.top =
"0px";
this.imgRest.style.left =
this.imgGroup.style.left =
this.imgHover.style.left =
this.imgDown.style.left =