$('html').one('click.ergoPopup', function(e) {
                this.events.fire('outerClick');
                if(this.options.popup.closeOn == 'outerClick') this.close();
            }.bind(this));