8000 remove unnecessary line · vuejs/v2.vuejs.org@bc5447e · GitHub
[go: up one dir, main page]

Skip to content

Commit bc5447e

Browse files
committed
remove unnecessary line
1 parent 5b6adc0 commit bc5447e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ class Store {
2828
// store internal state
2929
this._options = options
3030
this._committing = false
31-
this._events = Object.create(null)
3231
this._actions = Object.create(null)
3332
this._mutations = Object.create(null)
3433
this._subscribers = []

0 commit comments

Comments
 (0)
0