From 5d4a59ffe7bd0e954c416db09242868096a5b2b5 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Mon, 6 Aug 2018 17:04:42 +0300 Subject: [PATCH] Update web.js --- scripts/web.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/web.js b/scripts/web.js index 935297e60..35540fe0a 100644 --- a/scripts/web.js +++ b/scripts/web.js @@ -62,6 +62,7 @@ const snippetsPath = './snippets', let snippets = {}, archivedSnippets = {}, beginnerSnippetNames = [ + 'allEqual', 'everyNth', 'filterNonUnique', 'last',