just making sure those changes pushed

This commit is contained in:
jonobr1 2011-01-24 14:32:44 -08:00
parent c1a36b0030
commit 9d903e125b

View File

@ -107,6 +107,7 @@ var NumberController = function() {
} }
}, false); }, false);
function updateValue(val) { function updateValue(val) {
if(inc != val) inc = val; if(inc != val) inc = val;
if(inc > max && max != null) { if(inc > max && max != null) {