UNPKG

silk-gui

Version:

GUI for developers and Node OS

15 lines (11 loc) 237 B
var _ = require('../util') module.exports = { bind: function () { this.attr = this.el.nodeType === 3 ? 'nodeValue' : 'textContent' }, update: function (value) { this.el[this.attr] = _.toString(value) } }