show: function(wrapperAware) {
        return $.when( (wrapperAware !== false) ? $(this.dom.outerEl).show() : this.el.show() );
    },