From ddae67913d174249cdc8b48d8ee190a29f7bfa39 Mon Sep 17 00:00:00 2001 From: Ibrahim Hadeed Date: Tue, 6 Sep 2016 21:59:58 -0400 Subject: [PATCH] chore(): lint --- src/plugins/geolocation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/geolocation.ts b/src/plugins/geolocation.ts index 6fffeea6d..289a1caec 100644 --- a/src/plugins/geolocation.ts +++ b/src/plugins/geolocation.ts @@ -67,7 +67,7 @@ export interface PositionError { * A code that indicates the error that occurred */ code: number; - + /** * A message that can describe the error that occurred */