瀏覽代碼

remove unnecessary line

Evan You 9 年之前
父節點
當前提交
bc5447ea48
共有 1 個文件被更改,包括 0 次插入1 次删除
  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 = []