@ -629,6 +629,17 @@ module.exports = config => {
return this;
},
/**
* Attach event and detach it after the first run
* @param {string} event Event name
* @param {Function} callback Callback function
* @return {this}
*/
once(event, callback) {
em.once(event, callback);
* Detach event