• Ah, that's because you're using an arrow function, this is only bound to "real" functions:

    update: function(time, changed) {
             this.precision = 1; // this works
    }
    
About

Avatar for rigrig @rigrig started