* Refreshes the visual display of a Controller in order to keep sync * with the object's current value. * @returns {Controller} this
()
| 111 | * @returns {Controller} this |
| 112 | */ |
| 113 | updateDisplay() { |
| 114 | return this; |
| 115 | } |
| 116 | |
| 117 | /** |
| 118 | * @returns {boolean} true if the value has deviated from initialValue |
no outgoing calls
no test coverage detected