mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-01 02:53:03 +08:00
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:
parent
dd2ccef0c7
commit
7b8b2d7136
@ -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 {
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user