We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae56ed commit 3ca3fc7Copy full SHA for 3ca3fc7
examples/master-detail/ContactStore.js
@@ -1,7 +1,8 @@
1
const API = 'http://addressbook-api.herokuapp.com/contacts'
2
-const _contacts = {}
3
-const _changeListeners = []
4
-const _initCalled = false
+
+let _contacts = {}
+let _initCalled = false
5
+let _changeListeners = []
6
7
const ContactStore = {
8
0 commit comments