Refactored working_plan.js

This commit is contained in:
Alex Tselegidis 2016-04-26 19:45:17 +02:00
parent 3f8fd91714
commit 382acd119c
1 changed files with 1 additions and 1 deletions

View File

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