Yes, you're right. You can change it to something like:

if (this.curRate <= kMinimumSpeed and Math.round(this._rotation) < 1 )


In which kMinimumSpeed is the slow speed you want ....

- Jim