Allow override of refresh function

This commit is contained in:
rnentjes
2017-04-02 22:05:44 +02:00
parent 273525cd05
commit bfefb656d5
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#Sun Apr 02 16:55:00 CEST 2017
#Sun Apr 02 22:05:18 CEST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

View File

@@ -33,7 +33,7 @@ abstract class HtmlComponent {
abstract fun render(consumer: TagConsumer<HTMLElement>): HTMLElement
fun refresh() {
open fun refresh() {
Komp.refresh(element)
}
}