module.exports = {
    handle_UPDATE_TITLE: function (title) {
        this._set('title', title);
        this.emitChange();
    },