layout: Fix some indentation

This commit is contained in:
Jasper St. Pierre 2013-02-19 20:41:29 -05:00
parent 0122cee0ae
commit e801647083

View File

@ -577,13 +577,13 @@ const LayoutManager = new Lang.Class({
},
_startupAnimationGreeter: function() {
this._freezeUpdateRegions();
Tweener.addTween(this.panelBox,
{ translation_y: 0,
time: STARTUP_ANIMATION_TIME,
transition: 'easeOutQuad',
onComplete: this._startupAnimationComplete,
onCompleteScope: this });
this._freezeUpdateRegions();
Tweener.addTween(this.panelBox,
{ translation_y: 0,
time: STARTUP_ANIMATION_TIME,
transition: 'easeOutQuad',
onComplete: this._startupAnimationComplete,
onCompleteScope: this });
},
_startupAnimationSession: function() {