From 931dbabbcd1df96757e35c40c59446408a2cd1e9 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Sun, 3 May 2015 19:31:05 -0400 Subject: [PATCH] fix typo --- docs/layout/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/layout/index.html b/docs/layout/index.html index 3742e1ec..61781fff 100644 --- a/docs/layout/index.html +++ b/docs/layout/index.html @@ -106,7 +106,7 @@ var Demo = { }), m("button", {onclick: ctrl.rotate}, "Rotate links") ]); - }; + } };