qa simpleIntervalFunc for now

This commit is contained in:
Barbara Miller 2017-11-30 14:25:43 -08:00
parent 371bd7df7e
commit fea90424e1

View file

@ -254,7 +254,7 @@ class UmbraBehavior {
start() { start() {
var that = this; var that = this;
this.intervalId = setInterval(function() { this.intervalId = setInterval(function() {
that.simplerIntervalFunc() that.simpleIntervalFunc()
}, this.intervalTimeMs); }, this.intervalTimeMs);
} }