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] * _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) {