Clipboard is extended

This commit is contained in:
Ben Ogle
2014-09-16 13:36:48 -07:00
parent 1933488914
commit dbca4f1b8c

View File

@@ -1,7 +1,7 @@
clipboard = require 'clipboard'
crypto = require 'crypto'
# Public: Represents the clipboard used for copying and pasting in Atom.
# Extended: Represents the clipboard used for copying and pasting in Atom.
#
# An instance of this class is always available as the `atom.clipboard` global.
#