mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 10:08:45 +02:00
Improve JSDoc of IsElementVisibleToTheUser()
This commit is contained in:
@@ -703,7 +703,7 @@ function Format() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Return true if oDOMElem is visible to the user
|
||||
* Return true if oDOMElem is visible to the user, meaning that it is in the current viewport AND is not behind another element.
|
||||
*
|
||||
* @param oDOMElem DOM element to check
|
||||
* @param bCompletely Should oDOMElem be completely visible for the function to return true?
|
||||
|
||||
Reference in New Issue
Block a user