mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-03 13:53:31 +03:00
Code cleanup
Removed commented and leftover code
This commit is contained in:
parent
d3bcd0cec8
commit
374d0288dd
1 changed files with 0 additions and 3 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Reference in a new issue