mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-18 07:43:13 +03:00
Whitespace fix
This commit is contained in:
parent
d6b187eb06
commit
cfd76a6fd9
@ -234,11 +234,11 @@ $.Tile.prototype = {
|
|||||||
delete TILE_CACHE[ this.url ];
|
delete TILE_CACHE[ this.url ];
|
||||||
}
|
}
|
||||||
|
|
||||||
this.element = null;
|
this.element = null;
|
||||||
this.imgElement = null;
|
this.imgElement = null;
|
||||||
this.image = null;
|
this.image = null;
|
||||||
this.loaded = false;
|
this.loaded = false;
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user