From c7d03724b6c6ac2d1b366c2739677888c4bde2ac Mon Sep 17 00:00:00 2001 From: Andreas Rozek Date: Sun, 4 Aug 2024 00:40:44 +0200 Subject: [PATCH] Update index.html --- LiveDemo/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LiveDemo/index.html b/LiveDemo/index.html index 1b92659..013983f 100644 --- a/LiveDemo/index.html +++ b/LiveDemo/index.html @@ -1199,7 +1199,7 @@ } /**** ValueIsStepList ****/ function ValueIsStepList(Value) { - return ValueIsListSatisfying(Value, ValueIsStepList); + return ValueIsListSatisfying(Value, ValueIsStep); } /**** ValueIsParameter ****/ function ValueIsParameter(Value) {