gwendall/way.js

watch method has a bug

xyangwang opened this issue · 1 comments

Line 68 and 69, ’this._watchers[item]‘ was wrong, please change to 'self._watchers[item]'.

Fixed. f0eb500