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:
parent
51aabf56c1
commit
d7c32c926f
@ -1,5 +1,7 @@
|
||||
var $displayThermometer = $("#thermometerContainer");
|
||||
|
||||
|
||||
//TODO 2013-09-18 allow displaying temperatures HIGHER than the targTemp (it's now being capped at targTemp).
|
||||
function Thermometer() {
|
||||
this.currentTemperature = 0; // default val
|
||||
this.targetTemperature = 180; // default val
|
||||
|
Loading…
Reference in New Issue
Block a user