0
0
mirror of https://github.com/Doodle3D/doodle3d-client.git synced 2024-11-22 01:07:56 +01:00

added todo for future

This commit is contained in:
Adriaan Wormgoor 2013-09-18 12:04:06 +02:00
parent 51aabf56c1
commit d7c32c926f

View File

@ -1,5 +1,7 @@
var $displayThermometer = $("#thermometerContainer"); var $displayThermometer = $("#thermometerContainer");
//TODO 2013-09-18 allow displaying temperatures HIGHER than the targTemp (it's now being capped at targTemp).
function Thermometer() { function Thermometer() {
this.currentTemperature = 0; // default val this.currentTemperature = 0; // default val
this.targetTemperature = 180; // default val this.targetTemperature = 180; // default val