| 1827 | } |
| 1828 | |
| 1829 | void ScriptingApi::Content::ScriptComponent::sendRepaintMessage() |
| 1830 | { |
| 1831 | repaintBroadcaster.sendMessage(sendNotificationAsync, true); |
| 1832 | } |
| 1833 | |
| 1834 | String ScriptingApi::Content::ScriptComponent::getId() const |
| 1835 | { |
no test coverage detected