Index: trunk/FACT++/scripts/doc/dim.js
===================================================================
--- trunk/FACT++/scripts/doc/dim.js	(revision 15141)
+++ trunk/FACT++/scripts/doc/dim.js	(revision 15142)
@@ -123,9 +123,10 @@
  *
  * @param {Integer} [timeout]
- *     An optional timeout. If no timeout is given, waiting will not stop
- *     until the condition is fulfilled. A timeout of 0 is allowed and
- *     will essentially just check if the server is in this state or not.
- *     If a negative value is given, exceptions are suppressed and false
- *     is returned in case of timeout. As timeout the absolute value is used.
+ *     An optional timeout. If no timeout is given or a timeout of null,
+ *     waiting will not stop until the condition is fulfilled. A timeout
+ *     of 0 is allowed and will essentially just check if the server is
+ *     in this state or not. If a negative value is given, exceptions are
+ *     suppressed and false is returned in case of timeout. As timeout
+ *     the absolute value is used.
  *
  * @throws
