Refactored working_plan.js

This commit is contained in:
Alex Tselegidis 2016-04-26 19:45:17 +02:00
parent 3f8fd91714
commit 382acd119c

View file

@ -323,7 +323,7 @@
} else {
workingPlan[id] = null;
}
});
}.bind(this));
return workingPlan;
};