UNPKG

ractive

Version:

Next-generation DOM manipulation

6 lines (5 loc) 231 B
// This is the handler for DOM events that would lead to a change in the model // (i.e. change, sometimes, input, and occasionally click and keyup) export default function handleChange () { this._ractive.binding.handleChange(); }