cleaned up docBlock and tabs in _getSafeElemWidth()

This commit is contained in:
pnorcrss 2013-08-01 12:11:33 -05:00
parent e47210d0bd
commit 26938ed10e

View File

@ -1109,8 +1109,10 @@ $.extend( $.Viewer.prototype, $.EventHandler.prototype, $.ControlDock.prototype,
/**
* [_getSafeElemSize returns getElementSize(), but refuses to return NaN]
* @return {[NaN]}
* _getSafeElemSize returns getElementSize(), but refuses to return 0 for X or y,
* which was causing some calling operations in updateOnve and openTileSource to
* return NaN.
* @returns {point}
* @private
*/
function _getSafeElemSize (oElement) {