summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2011-12-03 10:00:10 -0500
committerGravatar Adam Chlipala <adam@chlipala.net>2011-12-03 10:00:10 -0500
commit8e7573e9187d583bcc478676ad92dd94a9ba8387 (patch)
tree999270929063a6966b6a45583e091ce015e612b3 /lib
parent0f14aa67e5446391904c6a4d2ee7b4f00b803158 (diff)
Allow sources to be returned by RPCs
Diffstat (limited to 'lib')
-rw-r--r--lib/js/urweb.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/js/urweb.js b/lib/js/urweb.js
index f05957a0..015befa6 100644
--- a/lib/js/urweb.js
+++ b/lib/js/urweb.js
@@ -976,6 +976,10 @@ function pflo(s) {
return null;
}
+function parseSource(s1, s2) {
+ return eval("s" + s1 + "_" + s2);
+}
+
function uf(s) {
if (s.length == 0)
return "_";