mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-29 08:36:10 +03:00
Updated comments on setAutoRefigureSizes to eliminate reference to private variables and functions.
This commit is contained in:
parent
f4be8f859e
commit
3fd51d81d7
@ -283,10 +283,10 @@ $.extend( $.World.prototype, $.EventSource.prototype, /** @lends OpenSeadragon.W
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* As a performance optimization, setting this flag to false allows the bounds-change event handler
|
* As a performance optimization, setting this flag to false allows the bounds-change event handler
|
||||||
* on tiledImages to skip calls to _figureSizes. If a lot of images are going to be positioned in
|
* on tiledImages to skip calculations on the world bounds. If a lot of images are going to be positioned in
|
||||||
* rapid succession, this is a good idea. _autoRefigureSizes should be set back to true when finished,
|
* rapid succession, this is a good idea. When finished, setAutoRefigureSizes should be called with true
|
||||||
* or the system may behave oddly,
|
* or the system may behave oddly.
|
||||||
* @param {Boolean} [value] The value to which to set autoRefigureSizes.
|
* @param {Boolean} [value] The value to which to set the flag.
|
||||||
*/
|
*/
|
||||||
setAutoRefigureSizes: function(value) {
|
setAutoRefigureSizes: function(value) {
|
||||||
this._autoRefigureSizes = value;
|
this._autoRefigureSizes = value;
|
||||||
|
Loading…
Reference in New Issue
Block a user