aboutsummaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2019-12-21 17:51:48 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2019-12-21 18:42:49 +0900
commit5963b91cbdf880e1f10b77146d3be5775f0920c0 (patch)
tree15e4662e4ace516899430a98f04747dea0bef589 /src/shared
parentd05f1ad554551919f8c603d335df578674752b06 (diff)
Rename count to repeat
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/messages.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/messages.ts b/src/shared/messages.ts
index 8032109..7f8bd5b 100644
--- a/src/shared/messages.ts
+++ b/src/shared/messages.ts
@@ -49,7 +49,7 @@ export const NAVIGATE_LINK_PREV = 'navigate.link.prev';
export interface BackgroundOperationMessage {
type: typeof BACKGROUND_OPERATION;
- count: number;
+ repeat: number;
operation: operations.Operation;
}