From 3d636e6d1c042b313142f25f0cc062b32a5b47f7 Mon Sep 17 00:00:00 2001 From: James Date: Wed, 4 Jan 2023 17:50:26 +0000 Subject: [PATCH] correct length for js quote 24 (#3881) * Add tabs to js quote 24 * Update length for js quote 24 Co-authored-by: Jack --- frontend/static/quotes/code_javascript.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/static/quotes/code_javascript.json b/frontend/static/quotes/code_javascript.json index 755cc0ba1..9ceb71092 100644 --- a/frontend/static/quotes/code_javascript.json +++ b/frontend/static/quotes/code_javascript.json @@ -148,7 +148,7 @@ { "text": "export default function unzip(array) {\n\tvar length = array && max(array, getLength).length || 0;\n\tvar result = Array(length);\n\n\tfor (var index = 0; index < length; index++) {\n\t\tresult[index] = pluck(array, index);\n\t}\n\treturn result;\n}", "source": "Underscore - unzip sourcecode", - "length": 241, + "length": 234, "id": 24 }, {