diff options
| author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-17 08:59:12 +0900 |
|---|---|---|
| committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-17 08:59:12 +0900 |
| commit | 9ae814dfe45426f8df9b89b305392770344a7d50 (patch) | |
| tree | db082d9cb2ec426010556dbc24ab439c9757afbd /src/content/scrolls.js | |
| parent | c5529958d53146c8c6826673abe6431a19f1924d (diff) | |
more strict lint
Diffstat (limited to 'src/content/scrolls.js')
| -rw-r--r-- | src/content/scrolls.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/content/scrolls.js b/src/content/scrolls.js index bc88e43..b1cea6f 100644 --- a/src/content/scrolls.js +++ b/src/content/scrolls.js @@ -37,4 +37,6 @@ const scrollRight = (page) => { page.scrollTo(x, y); }; -export { scrollLines, scrollPages, scrollTop, scrollBottom, scrollLeft, scrollRight } +export { + scrollLines, scrollPages, scrollTop, scrollBottom, scrollLeft, scrollRight +}; |
