Miscellany
public text v1 · immutable/* schedule model addition */
tmp2 = document.createElement("div");
tmp2.style.top = 0;
tmp2.style.width = 5;
tmp2.style.height = 19;
tmp2.style.left = -5;
tmp2.style.position = 'absolute';
tmp2.style.backgroundColor = '#8CAACE';
tmp2.style.zIndex = 1000;
tmp1 = document.createElement("div");
tmp1.style.position = "relative";
tmp1.appendChild(tmp2);
this.scheduleModel.appendChild(tmp1);
/* schedule model addition END */