Closed jessegreenberg closed 9 years ago
It looks like this.model
is not needed in extended scope in UnitCircleView, so I deleted both this.model
and var TrigLabModel
and renamed model
of the constructor parameter to trigTourModel
for clarification. Closing.
The top of the constructor for UnitCircleView looks like
Would it be safe to delete
var trigLabModel = model
and replace references oftrigLabModel
withmodel
?model
is already available throughout the scope of the constructor, and it a little confusing for UnitCircleView to have both private and public variables formodel