module.exports = {
    autoDetectEvents: function() {
        var tbpContext = this;
        var methods = (typeof(this.config.autoDetect) === 'object') ? this.config.autoDetect:'all';