_toggle: function() {
        if (this.model.get('hidden') === true) {
          this._stopBindings();
          this.$sourceWindow.removeClass('active');
          this.$backdrop.removeClass('active');