From 374d0288dd8f354ac608433dec3220de59441ddc Mon Sep 17 00:00:00 2001 From: Mark Salsbery Date: Fri, 6 Dec 2013 16:28:49 -0800 Subject: [PATCH] Code cleanup Removed commented and leftover code --- src/button.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/button.js b/src/button.js index 50cc4dd3..23b51c17 100644 --- a/src/button.js +++ b/src/button.js @@ -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 =