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
commit 98bd5cee38

View File

@ -17,7 +17,7 @@ declare var window;
plugin: 'cordova-plugin-google-analytics', plugin: 'cordova-plugin-google-analytics',
pluginRef: 'ga', pluginRef: 'ga',
repo: 'https://github.com/danwilson/google-analytics-plugin', repo: 'https://github.com/danwilson/google-analytics-plugin',
platforms: ['Android', 'iOS'] platforms: ['Android', 'iOS', 'Browser']
}) })
export class GoogleAnalytics { export class GoogleAnalytics {
/** /**