mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-24 22:26:10 +03:00
Changelog for #177; minor doc tweaks
This commit is contained in:
parent
51e37e3553
commit
967f2e4f32
@ -7,6 +7,7 @@ OPENSEADRAGON CHANGELOG
|
|||||||
* onTouchEnd did not call the correct mouse up handler; fixed (#159)
|
* onTouchEnd did not call the correct mouse up handler; fixed (#159)
|
||||||
* Touch events no longer capture mouse (was causing issues on devices that support both) (#168)
|
* Touch events no longer capture mouse (was causing issues on devices that support both) (#168)
|
||||||
* You can now provide an onDraw function for overlays to do custom overlay manipulation (#160)
|
* You can now provide an onDraw function for overlays to do custom overlay manipulation (#160)
|
||||||
|
* Hiding and restoring broke the viewer; fixed (#177)
|
||||||
|
|
||||||
0.9.129:
|
0.9.129:
|
||||||
|
|
||||||
|
@ -1109,10 +1109,10 @@ $.extend( $.Viewer.prototype, $.EventHandler.prototype, $.ControlDock.prototype,
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* _getSafeElemSize returns getElementSize(), but refuses to return 0 for X or y,
|
* _getSafeElemSize is like getElementSize(), but refuses to return 0 for x or y,
|
||||||
* which was causing some calling operations in updateOnve and openTileSource to
|
* which was causing some calling operations in updateOnce and openTileSource to
|
||||||
* return NaN.
|
* return NaN.
|
||||||
* @returns {point}
|
* @returns {Point}
|
||||||
* @private
|
* @private
|
||||||
*/
|
*/
|
||||||
function _getSafeElemSize (oElement) {
|
function _getSafeElemSize (oElement) {
|
||||||
|
Loading…
Reference in New Issue
Block a user