diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-10-08 20:01:57 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-08 20:01:57 +0900 |
commit | 8b9125871b59d915324176ab959bb0aed20a727a (patch) | |
tree | a10db125bd25c1447bb08de2ef156c010243f019 /src/shared/operations.js | |
parent | bbf90e77e99846c970118744066fbc21006761b5 (diff) | |
parent | 7ac00fce6f6c431f96c531179c6af3796df7e07a (diff) |
Merge pull request #24 from ueokande/yank-url
Yank url
Diffstat (limited to 'src/shared/operations.js')
-rw-r--r-- | src/shared/operations.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shared/operations.js b/src/shared/operations.js index 5e4a1e5..ca62716 100644 --- a/src/shared/operations.js +++ b/src/shared/operations.js @@ -36,4 +36,7 @@ export default { ZOOM_IN: 'zoom.in', ZOOM_OUT: 'zoom.out', ZOOM_NEUTRAL: 'zoom.neutral', + + // Url yank + URLS_YANK: 'urls.yank', }; |