iconGrid: Remove unuseful comment

This commit is contained in:
Carlos Soriano 2014-09-06 13:49:09 +02:00
parent 2a59478b37
commit 02870e5363

View File

@ -447,7 +447,6 @@ const IconGrid = new Lang.Class({
actorClone.set_size(originalWidth, originalHeight);
let bounceUpTime = ANIMATION_TIME_IN / 4;
// Defeat onComplete anonymous function closure
let isLastItem = index == actors.length - 1;
Tweener.addTween(actorClone,
{ time: bounceUpTime,