remy / bind.js

bind.js - simple two way data binding to HTML and callbacks
694 stars 62 forks source link

Type coercion when value changes from DOM #5

Closed remy closed 9 years ago

remy commented 9 years ago

Because we load it from node.value it'll always be a string. It should check the type first if it was a number.