Procházet zdrojové kódy

remove unnecessary line

Evan You před 9 roky
rodič
revize
bc5447ea48
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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 = []