Adel Gadllah d2709c681f lookingGlass: Avoid infinite animation time
Math.max(x / y, 0.5) will return infinite when y is 0. Fix that by using
Math.min() which was the actual intent of the patch.
2013-08-04 13:51:06 +02:00
..
2013-07-02 14:17:38 -04:00
2013-02-22 09:46:30 +01:00
2013-05-13 18:34:26 -04:00
2013-04-06 11:10:30 -04:00
2011-11-11 11:15:38 -05:00