progress: remove duplicate assignment

This commit is contained in:
David Glasser
2014-11-05 12:04:30 -08:00
parent 4b2d0d5174
commit 02637a10ef

View File

@@ -180,8 +180,6 @@ _.extend(Progress.prototype, {
_updateTotalState: function () {
var self = this;
var state = _.clone(self._selfState);
var allChildrenDone = true;
var state = _.clone(self._selfState);
_.each(self._allTasks, function (child) {