mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
Fixed: Removed unused style attributes
This commit is contained in:
parent
c0eae951c6
commit
4d4ccb99ba
@ -283,11 +283,9 @@
|
|||||||
style.left = position.x + "px";
|
style.left = position.x + "px";
|
||||||
style.top = position.y + "px";
|
style.top = position.y + "px";
|
||||||
if (this.width !== null) {
|
if (this.width !== null) {
|
||||||
style.width = size.x + "px";
|
|
||||||
innerStyle.width = size.x + "px";
|
innerStyle.width = size.x + "px";
|
||||||
}
|
}
|
||||||
if (this.height !== null) {
|
if (this.height !== null) {
|
||||||
style.height = size.y + "px";
|
|
||||||
innerStyle.height = size.y + "px";
|
innerStyle.height = size.y + "px";
|
||||||
}
|
}
|
||||||
var transformOriginProp = $.getCssPropertyWithVendorPrefix(
|
var transformOriginProp = $.getCssPropertyWithVendorPrefix(
|
||||||
|
Loading…
Reference in New Issue
Block a user