Skip to content

Commit 401d03c

Browse files
committed
Resolves #43.
1 parent c3f7a4b commit 401d03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coconut/vdom/Html.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ private class HtmlFragment extends Factory<HtmlFragmentAttr, Node, Element> {
7070
return ret;
7171
}
7272

73-
public function update(w:Element, old:HtmlFragmentAttr, nu:HtmlFragmentAttr) {
73+
public function update(w:Element, nu:HtmlFragmentAttr, old:HtmlFragmentAttr) {
7474
w.className = nu.className;
7575
if (old.content != nu.content)
7676
w.innerHTML = nu.content;

0 commit comments

Comments
 (0)