Skip to content

Commit

Permalink
build 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Mar 25, 2014
1 parent 663e2b1 commit 34b4a92
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions dist/confirmbox-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -444,8 +444,10 @@ define("arale/dialog/1.3.0/dialog-debug", [ "$-debug", "arale/overlay/1.1.4/over
},
_ajaxHtml: function() {
var that = this;
this.contentElement.css("height", this.get("initialHeight"));
this.contentElement.load(this.get("content"), function() {
that._setPosition();
that.contentElement.css("height", "");
that.trigger("complete:show");
});
}
Expand Down

0 comments on commit 34b4a92

Please sign in to comment.