Skip to content

Commit 602c110

Browse files
committed
remove unneeded comment
1 parent 83adf10 commit 602c110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/06-copy-to-clipboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
use.setAttribute('href', window.uiRootPath + '/img/octicons-16.svg#icon-clippy')
3939
svg.appendChild(use)
4040
copy.appendChild(svg)
41-
} else { // config.svgAs === 'img'
41+
} else {
4242
var img = document.createElement('img')
4343
img.src = window.uiRootPath + '/img/octicons-16.svg#view-clippy'
4444
img.alt = 'copy icon'

0 commit comments

Comments
 (0)