mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
a0676d6a2c
If the `event.total` is undefined, this line would have generated a `NaN` due to division by zero. I suppose, that a `0` would be more suitable for this case. PR Close #46077