GoogleAnalytics TS file updated to include 'Browser', now that 'Browser' is supported: https://github.com/danwilson/google-analytics-plugin/pull/313

This commit is contained in:
Brett Morrison 2016-11-17 16:14:02 -08:00
parent dd2ccef0c7
commit 7b8b2d7136
No known key found for this signature in database
GPG Key ID: 85BAB00EE5174D13

View File

@ -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 {
/**