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() { _startupAnimationGreeter: function() {
this._freezeUpdateRegions(); this._freezeUpdateRegions();
Tweener.addTween(this.panelBox, Tweener.addTween(this.panelBox,
{ translation_y: 0, { translation_y: 0,
time: STARTUP_ANIMATION_TIME, time: STARTUP_ANIMATION_TIME,
transition: 'easeOutQuad', transition: 'easeOutQuad',
onComplete: this._startupAnimationComplete, onComplete: this._startupAnimationComplete,
onCompleteScope: this }); onCompleteScope: this });
}, },
_startupAnimationSession: function() { _startupAnimationSession: function() {