Skip to content

Commit 0e881a8

Browse files
committed
remove a comment
1 parent abbd891 commit 0e881a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dokka-presets/scripts/custom-navigation-loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function extractModulePath(href) {
1111
try {
1212
const segments = new URL(href, window.location.origin)
1313
.pathname
14-
.split('/') // break the path
14+
.split('/')
1515
.filter(Boolean); // drop empty parts
1616

1717
// the URL pattern is always ".../kotlin/api/<version>/..."

0 commit comments

Comments
 (0)