mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 05:06:09 +03:00
Fix method name.
This commit is contained in:
parent
05a7e5e467
commit
c8ed3893ad
@ -287,7 +287,7 @@
|
||||
// private
|
||||
_getOverlayPositionAndSize: function(viewport) {
|
||||
var position = viewport.pixelFromPoint(this.location, true);
|
||||
var size = this._getSizeinPixels(viewport);
|
||||
var size = this._getSizeInPixels(viewport);
|
||||
this.adjust(position, size);
|
||||
|
||||
var rotate = 0;
|
||||
@ -314,7 +314,7 @@
|
||||
},
|
||||
|
||||
// private
|
||||
_getSizeinPixels: function(viewport) {
|
||||
_getSizeInPixels: function(viewport) {
|
||||
var width = this.size.x;
|
||||
var height = this.size.y;
|
||||
if (this.width !== null || this.height !== null) {
|
||||
|
Loading…
Reference in New Issue
Block a user