Skip to content

Commit

Permalink
update jquery, jquery-migrate, and jquery-ui
Browse files Browse the repository at this point in the history
update to jquery 3.5.0
update to jquery-migrate 3.4.0
update to jquery-ui 1.13.1

closes Kotlin#1938
  • Loading branch information
ToppleTheNun committed May 2, 2022
1 parent 6046abc commit 39552e9
Show file tree
Hide file tree
Showing 30 changed files with 32,179 additions and 12,932 deletions.
Expand Up @@ -114,8 +114,6 @@ class KorteJavadocRenderer(val context: DokkaContext, resourceDir: String) :
private fun getTemplateConfig() = TemplateConfig().also { config ->
listOf(
TeFunction("curDate") { LocalDate.now() },
TeFunction("jQueryVersion") { "3.1" },
TeFunction("jQueryMigrateVersion") { "1.2.1" },
TeFunction("rowColor") { args -> if ((args.first() as Int) % 2 == 0) "altColor" else "rowColor" },
TeFunction("h1Title") { args -> if ((args.first() as? String) == "package") "title=\"Package\" " else "" },
TeFunction("createTabRow") { args ->
Expand Down

0 comments on commit 39552e9

Please sign in to comment.