From db52903547b580cedf229bfe33111fba752abcb0 Mon Sep 17 00:00:00 2001 From: Alex Manochio Date: Tue, 28 Apr 2026 18:08:00 -0400 Subject: [PATCH] Fix for Superfluous trailing arguments Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- computerscience/compiler.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/computerscience/compiler.html b/computerscience/compiler.html index 2ff2d5c..32bdbb1 100644 --- a/computerscience/compiler.html +++ b/computerscience/compiler.html @@ -1825,7 +1825,7 @@

My Projects

initialVars[match[1]] = match[2].trim(); } - renderWatchPanel(initialVars, 'variableWatchPre', 'Initial State'); + renderWatchPanel(initialVars, 'variableWatchPre'); } function renderWatchPanel(vars, containerId) {