Line wrap at 80-col
This commit is contained in:
parent
a67767dbea
commit
2c7ccffe1a
3 changed files with 28 additions and 13 deletions
|
@ -1,6 +1,7 @@
|
|||
# clipboard
|
||||
|
||||
The `clipboard` object provides methods to perform copy and paste operations. The following example shows how to write a string to the clipboard:
|
||||
The `clipboard` object provides methods to perform copy and paste operations.
|
||||
The following example shows how to write a string to the clipboard:
|
||||
|
||||
```javascript
|
||||
var clipboard = require('clipboard');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue