* Request an (animated) update of the module. * @param {number|object} [updateOptions] The speed of the animation or object with for updateOptions (speed/animates)
(updateOptions)
| 341 | * @param {number|object} [updateOptions] The speed of the animation or object with for updateOptions (speed/animates) |
| 342 | */ |
| 343 | updateDom (updateOptions) { |
| 344 | MM.updateDom(this, updateOptions); |
| 345 | } |
| 346 | |
| 347 | /** |
| 348 | * Send a notification to all modules. |
no outgoing calls
no test coverage detected