forked from mirrors/easyappointments
Refactored working_plan.js
This commit is contained in:
parent
3f8fd91714
commit
382acd119c
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@
|
||||||
} else {
|
} else {
|
||||||
workingPlan[id] = null;
|
workingPlan[id] = null;
|
||||||
}
|
}
|
||||||
});
|
}.bind(this));
|
||||||
|
|
||||||
return workingPlan;
|
return workingPlan;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue