You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In several cases, a closure variable like temperature or viewRefreshInterval is used in modeler.js to maintain state.
However, the property setters for these properties don't affect the closure variable actually used by the code. Instead they only set a member of the properties object.
In several cases, a closure variable like
temperature
orviewRefreshInterval
is used in modeler.js to maintain state.However, the property setters for these properties don't affect the closure variable actually used by the code. Instead they only set a member of the
properties
object.For example:
The text was updated successfully, but these errors were encountered: