Skip to content

Commit

Permalink
regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Mashkov committed May 4, 2018
1 parent 8500640 commit 7eed01c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions shared/src/main/kotlin/generated/gen-tag-unions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -372,12 +372,6 @@ fun SectioningOrFlowContent.nav(classes : String? = null, block : NAV.() -> Unit
@HtmlTagMarker
fun SectioningOrFlowContent.section(classes : String? = null, block : SECTION.() -> Unit = {}) : Unit = SECTION(attributesMapOf("class", classes), consumer).visit(block)

/**
* Container for the dominant contents of another element
*/
@HtmlTagMarker
fun SectioningOrFlowContent.main(classes : String? = null, block : MAIN.() -> Unit = {}) : Unit = MAIN(attributesMapOf("class", classes), consumer).visit(block)


/**
* Anchor
Expand Down

0 comments on commit 7eed01c

Please sign in to comment.