From b29a0d1cef60b55f609fcd94ad38232ae557e681 Mon Sep 17 00:00:00 2001 From: Tyler Schicke Date: Thu, 16 May 2019 18:32:57 -0400 Subject: Fixed linter errors --- src/new_fields/CursorField.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/new_fields/CursorField.ts') diff --git a/src/new_fields/CursorField.ts b/src/new_fields/CursorField.ts index 7fd326a5f..fc144222c 100644 --- a/src/new_fields/CursorField.ts +++ b/src/new_fields/CursorField.ts @@ -6,17 +6,17 @@ import { serializable, createSimpleSchema, object } from "serializr"; export type CursorPosition = { x: number, y: number -} +}; export type CursorMetadata = { id: string, identifier: string -} +}; export type CursorData = { metadata: CursorMetadata, position: CursorPosition -} +}; const PositionSchema = createSimpleSchema({ x: true, -- cgit v1.2.3-70-g09d2