added todo for future

This commit is contained in:
Adriaan Wormgoor 2013-09-18 12:04:06 +02:00
parent 51aabf56c1
commit d7c32c926f
1 changed files with 2 additions and 0 deletions

View File

@ -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