iconGrid: Remove unuseful comment
This commit is contained in:
parent
2a59478b37
commit
02870e5363
@ -447,7 +447,6 @@ const IconGrid = new Lang.Class({
|
|||||||
actorClone.set_size(originalWidth, originalHeight);
|
actorClone.set_size(originalWidth, originalHeight);
|
||||||
|
|
||||||
let bounceUpTime = ANIMATION_TIME_IN / 4;
|
let bounceUpTime = ANIMATION_TIME_IN / 4;
|
||||||
// Defeat onComplete anonymous function closure
|
|
||||||
let isLastItem = index == actors.length - 1;
|
let isLastItem = index == actors.length - 1;
|
||||||
Tweener.addTween(actorClone,
|
Tweener.addTween(actorClone,
|
||||||
{ time: bounceUpTime,
|
{ time: bounceUpTime,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user