mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-01-20 09:41:45 +03:00
cleaned up docBlock and tabs in _getSafeElemWidth()
This commit is contained in:
parent
e47210d0bd
commit
26938ed10e
@ -1109,8 +1109,10 @@ $.extend( $.Viewer.prototype, $.EventHandler.prototype, $.ControlDock.prototype,
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* [_getSafeElemSize returns getElementSize(), but refuses to return NaN]
|
* _getSafeElemSize returns getElementSize(), but refuses to return 0 for X or y,
|
||||||
* @return {[NaN]}
|
* which was causing some calling operations in updateOnve and openTileSource to
|
||||||
|
* return NaN.
|
||||||
|
* @returns {point}
|
||||||
* @private
|
* @private
|
||||||
*/
|
*/
|
||||||
function _getSafeElemSize (oElement) {
|
function _getSafeElemSize (oElement) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user