diff jslib/urweb.js @ 601:7c3c21eb5b4c

Initial experiments with nested <dyn>
author Adam Chlipala <adamc@hcoop.net>
date Tue, 13 Jan 2009 15:17:11 -0500
parents d1cce194180d
children
line wrap: on
line diff
--- a/jslib/urweb.js	Sun Jan 11 10:41:38 2009 -0500
+++ b/jslib/urweb.js	Tue Jan 13 15:17:11 2009 -0500
@@ -13,6 +13,9 @@
   s.v = v;
   callAll(s.h);
 }
+function sg(s) {
+  return s.v;
+}
 
 function ss(s) {
   return s;