diff options
Diffstat (limited to 'jslib/urweb.js')
-rw-r--r-- | jslib/urweb.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jslib/urweb.js b/jslib/urweb.js new file mode 100644 index 00000000..32912e4c --- /dev/null +++ b/jslib/urweb.js @@ -0,0 +1 @@ +function sreturn(v) { return {v : v} } |