]> git.kaiwu.me - njs.git/commit
Fixed return value type of clearTimeout().
authorDmitry Volyntsev <xeioex@nginx.com>
Thu, 26 Apr 2018 17:21:46 +0000 (20:21 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Thu, 26 Apr 2018 17:21:46 +0000 (20:21 +0300)
commitd8d7f2b1503521e1177c6c78293ee6a27ffe3e8a
tree70b147e675a875a269a9b5aedadc2ad8ff5434cc
parent20d32d640d83b5281f9a336dddcb52f503421224
Fixed return value type of clearTimeout().

Previously, the function may return the "undefined" string.
njs/njs_time.c