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