diff options
author | Adam Chlipala <adamc@hcoop.net> | 2008-12-20 16:19:26 -0500 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2008-12-20 16:19:26 -0500 |
commit | 634fe887f30fef13f0b9e8a7e047a2e99cff72de (patch) | |
tree | 295a6cbc7787518188dbf6c5c2144c32154ab116 /jslib/urweb.js | |
parent | e6655be0a7d1dd5864afce14bd3c68873025a84f (diff) |
Successfully generated a page element from a signal
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} } |