mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-01-19 17:21:50 +03:00
Code cleanup
Removed commented and leftover code
This commit is contained in:
parent
d3bcd0cec8
commit
374d0288dd
@ -133,19 +133,16 @@ $.Button = function( options ) {
|
|||||||
|
|
||||||
this.imgDiv.style.position = "relative";
|
this.imgDiv.style.position = "relative";
|
||||||
|
|
||||||
//this.imgRest.style.position =
|
|
||||||
this.imgGroup.style.position =
|
this.imgGroup.style.position =
|
||||||
this.imgHover.style.position =
|
this.imgHover.style.position =
|
||||||
this.imgDown.style.position =
|
this.imgDown.style.position =
|
||||||
"absolute";
|
"absolute";
|
||||||
|
|
||||||
this.imgRest.style.top =
|
|
||||||
this.imgGroup.style.top =
|
this.imgGroup.style.top =
|
||||||
this.imgHover.style.top =
|
this.imgHover.style.top =
|
||||||
this.imgDown.style.top =
|
this.imgDown.style.top =
|
||||||
"0px";
|
"0px";
|
||||||
|
|
||||||
this.imgRest.style.left =
|
|
||||||
this.imgGroup.style.left =
|
this.imgGroup.style.left =
|
||||||
this.imgHover.style.left =
|
this.imgHover.style.left =
|
||||||
this.imgDown.style.left =
|
this.imgDown.style.left =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user