'use strict'; module.exports = { change: function(data) { Object.assign(this, data); this.update(); } }