gwendall / way.js

Simple, lightweight, persistent two-way databinding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

watch method has a bug

xyangwang opened this issue · comments

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

Fixed. f0eb500