From 312fece27acaea4bc20b51c39bfd1cc5e002cea2 Mon Sep 17 00:00:00 2001 From: Dmitry Volyntsev Date: Fri, 20 Mar 2020 17:33:10 +0300 Subject: [PATCH] Removed outdated commentary after ccfa84cea2b3. --- src/njs_value.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/njs_value.c b/src/njs_value.c index 043f5f2b..37a59635 100644 --- a/src/njs_value.c +++ b/src/njs_value.c @@ -486,9 +486,6 @@ njs_value_is_function(const njs_value_t *value) * if pq->lhq.value != NULL it contains retval of type * njs_object_prop_t * where prop->type is NJS_WHITEOUT * NJS_ERROR exception has been thrown. - * - * TODO: - * Object.defineProperty([1,2], '1', {configurable:false}) */ njs_int_t -- 2.47.3