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 5b6adc0 commit bc5447eCopy full SHA for bc5447e
src/index.js
@@ -28,7 +28,6 @@ class Store {
28
// store internal state
29
this._options = options
30
this._committing = false
31
- this._events = Object.create(null)
32
this._actions = Object.create(null)
33
this._mutations = Object.create(null)
34
this._subscribers = []
0 commit comments