visible: function () {
            if ( this.options.onVisible ) {
                this.options.onVisible.call( this );
            }
        },