You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 29, 2018. It is now read-only.
Since inside b.jsexports.count is only ever set once, it never receives updates to count when incr is called, which means 0 0 will be output instead of 0 1.
See this example:
Which currently outputs this:
Since inside
b.jsexports.countis only ever set once, it never receives updates tocountwhenincris called, which means0 0will be output instead of0 1.