Skip to content

Commit 759f6a5

Browse files
committed
format source [skip ci]
1 parent ce06c8c commit 759f6a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
;(function () {
22
'use strict'
3-
43
;[].slice.call(document.querySelectorAll('.doc pre.highlight, .doc .literalblock pre')).forEach(function (pre) {
54
var code, language, lang, copy, toast, toolbox
65
if (pre.classList.contains('highlight')) {

0 commit comments

Comments
 (0)