Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Martino committed May 27, 2021
1 parent 50b5a0d commit 530d098
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion plugin/copycode/copycode.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ var Plugin = function Plugin() {
});
var clipboard = new ClipboardJS(".codeblock > button", {
target: function target(trigger) {
//-return trigger.nextElementSibling;
return trigger.nextElementSibling.firstChild;
}
});
Expand Down
1 change: 0 additions & 1 deletion plugin/copycode/copycode.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
});
var clipboard = new ClipboardJS(".codeblock > button", {
target: function target(trigger) {
//-return trigger.nextElementSibling;
return trigger.nextElementSibling.firstChild;
}
});
Expand Down
1 change: 0 additions & 1 deletion plugin/copycode/plugin-src.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ const Plugin = () => {

let clipboard = new ClipboardJS(".codeblock > button", {
target: function (trigger) {
//-return trigger.nextElementSibling;
return trigger.nextElementSibling.firstChild;
}
});
Expand Down

0 comments on commit 530d098

Please sign in to comment.