Merge pull request #801 from morrisonbrett/master

GoogleAnalytics TS file updated to include 'Browser', now that 'Brows…
This commit is contained in:
Max Lynch
2016-11-20 07:50:42 -06:00
committed by GitHub
+1 -1
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 {
/**