summaryrefslogtreecommitdiff
path: root/Userland
diff options
context:
space:
mode:
authorhowar6hill <f.eiwu@yahoo.com>2020-03-12 19:22:13 +0800
committerGitHub <noreply@github.com>2020-03-12 12:22:13 +0100
commit01133733ddeee41ad3e4cadd81571bddc85255d9 (patch)
tree27da209a8bd7b1ca8706fe710f6257a86e21bcc6 /Userland
parent425fd3ce5186f33de9c112b8b1d6fe8b42ab682d (diff)
downloadserenity-01133733ddeee41ad3e4cadd81571bddc85255d9.zip
LibJS: Allow functions to take arguments (#1405)
Diffstat (limited to 'Userland')
-rw-r--r--Userland/js.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/js.cpp b/Userland/js.cpp
index d8875d9775..4194d7db64 100644
--- a/Userland/js.cpp
+++ b/Userland/js.cpp
@@ -71,4 +71,3 @@ int main(int argc, char** argv)
interpreter.heap().collect_garbage();
return 0;
}
-