unfold: function() {
    if (this.folded) {
      var size = this.getSize(true);
      this.folded = false;