Fix code balloon fade in.

master
Artem Sapegin 2012-09-22 00:30:38 +04:00
parent a2d89d071b
commit c420427f78
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ var services = {
));
this.widget.append(balloon);
this._codeBalloon = balloon;
balloon.hide();
}
balloon.fadeIn(fadeSpeed);
balloon.find('textarea').select();