Skip to content

Commit 6711c27

Browse files
committed
Make eslint happy
1 parent bc1010b commit 6711c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vue-clipboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ var VueClipboard = {
6666
},
6767
unbind: function (el, binding) {
6868
// FIXME: investigate why $element._vClipboard was missing
69-
if(!el._vClipboard) return
69+
if (!el._vClipboard) return
7070
if (binding.arg === 'success') {
7171
delete el._vClipboard_success
7272
} else if (binding.arg === 'error') {

0 commit comments

Comments
 (0)