git @ Cat's Eye Technologies REDGREEN / ba4424b
Update yoob.js to 0.7-2015.0108. Chris Pressey 9 years ago
1 changed file(s) with 3 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 /*
1 * This file is part of yoob.js version 0.7
1 * This file is part of yoob.js version 0.7-2015.0108
22 * Available from https://github.com/catseye/yoob.js/
33 * This file is in the public domain. See http://unlicense.org/ for details.
44 */
194194 if (this.controls.start) this.controls.start.disabled = false;
195195 if (this.controls.step) this.controls.step.disabled = false;
196196 if (this.controls.stop) this.controls.stop.disabled = true;
197 if (this.controls.reset) this.controls.reset.disabled = false;
197198 if (this.display) this.display.style.display = "block";
198199 if (this.source) this.source.style.display = "none";
199200 };
259260 if (this.controls.start) this.controls.start.disabled = true;
260261 if (this.controls.step) this.controls.step.disabled = true;
261262 if (this.controls.stop) this.controls.stop.disabled = true;
263 if (this.controls.reset) this.controls.reset.disabled = true;
262264 if (this.display) this.display.style.display = "none";
263265 if (this.source) this.source.style.display = "block";
264266 };