mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
progress: remove duplicate assignment
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user