From 1b1d91661c88cd76dc40e181f2c64cf84a35e3e6 Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Tue, 8 Sep 2015 14:04:45 -0500 Subject: [PATCH] gelocatierp --- ionic/native/geolocation/geolocation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/native/geolocation/geolocation.ts b/ionic/native/geolocation/geolocation.ts index 2cf79ae494..d5a146e450 100644 --- a/ionic/native/geolocation/geolocation.ts +++ b/ionic/native/geolocation/geolocation.ts @@ -5,7 +5,7 @@ import {NativePlugin} from '../plugin'; @NativePlugin({ name: 'Geolocation', - platforms { + platforms: { cordova: 'cordova-plugin-geolocation' } })