Scroller.prototype.revealVerticalScrollBar = function () {
    if (this.verticalScrollBar) {
        this.addChild(this.verticalScrollBar);
    }
};