Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 6a3743b

Browse files
committed
fix missing ()
1 parent 319c501 commit 6a3743b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

polymer-localstorage/polymer-localstorage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@
8989
}
9090
}
9191
});
92-
});
92+
})();
9393
</script>
9494
</polymer-element>

0 commit comments

Comments
 (0)