From 6a3743bfe58c3711f6cca493023fd23dbe226511 Mon Sep 17 00:00:00 2001 From: frankiefu Date: Mon, 5 Aug 2013 19:13:41 -0700 Subject: [PATCH] fix missing () --- polymer-localstorage/polymer-localstorage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polymer-localstorage/polymer-localstorage.html b/polymer-localstorage/polymer-localstorage.html index 4c2002c..37809cd 100644 --- a/polymer-localstorage/polymer-localstorage.html +++ b/polymer-localstorage/polymer-localstorage.html @@ -89,6 +89,6 @@ } } }); - }); + })();