Przeglądaj źródła

remove unnecessary line

Evan You 9 lat temu
rodzic
commit
bc5447ea48
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      src/index.js

+ 0 - 1
src/index.js

@@ -28,7 +28,6 @@ class Store {
     // store internal state
     this._options = options
     this._committing = false
-    this._events = Object.create(null)
     this._actions = Object.create(null)
     this._mutations = Object.create(null)
     this._subscribers = []