summaryrefslogtreecommitdiff
path: root/jslib/urweb.js
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-01-01 11:58:00 -0500
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-01-01 11:58:00 -0500
commitef3b3f91435a9a924771c373dc53547e2ebd4503 (patch)
tree8b03e67f5881ca539de1d8c3150e04e740b547a6 /jslib/urweb.js
parent1b475375ced4a2482cc90262e32ed42397025cc6 (diff)
Included a recursive function in JavaScript
Diffstat (limited to 'jslib/urweb.js')
-rw-r--r--jslib/urweb.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jslib/urweb.js b/jslib/urweb.js
index 46c24bff..16424eb3 100644
--- a/jslib/urweb.js
+++ b/jslib/urweb.js
@@ -45,3 +45,4 @@ function ts(x) { return x.toString() }
function bs(b) { return (b ? "True" : "False") }
function pf() { alert("Pattern match failure") }
+