mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Updated a comment.
This commit is contained in:
parent
59edbb1b44
commit
1de9143329
@ -95,7 +95,8 @@ window.TabItem.prototype = $.extend(new Item(), {
|
||||
|
||||
this.bounds.copy(rect);
|
||||
// If this is a brand new tab don't animate it in from
|
||||
// nowhere in particular (i.e., from [0,0])
|
||||
// a random location (i.e., from [0,0]). Instead, just
|
||||
// have it appear where it should be.
|
||||
if(immediately || (!this._hasBeenDrawn) ) {
|
||||
$container.css(css);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user