From bfe662354b7cc09296792548a720054cba8e9661 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 8 Mar 2015 11:05:54 -0400 Subject: Fix dynClass JavaScript reversion --- lib/js/urweb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/js') diff --git a/lib/js/urweb.js b/lib/js/urweb.js index bd5109c3..8bb3dbe5 100644 --- a/lib/js/urweb.js +++ b/lib/js/urweb.js @@ -1200,7 +1200,7 @@ function dynClass(pnode, html, s_class, s_style) { x.dead = false; x.signal = s_class; x.sources = null; - x.closures = null; + x.closures = htmlCls; x.recreate = function(v) { for (var ls = x.closures; ls != htmlCls; ls = ls.next) -- cgit v1.2.3