From 7b8b2d71364c759715c68a8ef7f18c11f1fb5660 Mon Sep 17 00:00:00 2001 From: Brett Morrison Date: Thu, 17 Nov 2016 16:14:02 -0800 Subject: [PATCH] GoogleAnalytics TS file updated to include 'Browser', now that 'Browser' is supported: https://github.com/danwilson/google-analytics-plugin/pull/313 --- src/plugins/googleanalytics.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/googleanalytics.ts b/src/plugins/googleanalytics.ts index 79b1161ae..8fa185fc8 100644 --- a/src/plugins/googleanalytics.ts +++ b/src/plugins/googleanalytics.ts @@ -17,7 +17,7 @@ declare var window; plugin: 'cordova-plugin-google-analytics', pluginRef: 'ga', repo: 'https://github.com/danwilson/google-analytics-plugin', - platforms: ['Android', 'iOS'] + platforms: ['Android', 'iOS', 'Browser'] }) export class GoogleAnalytics { /**