refactor(lib): run prettier

This commit is contained in:
Daniel Sogl
2020-05-16 14:40:49 +02:00
parent f5133c691d
commit 511a02d50b
326 changed files with 3079 additions and 4092 deletions
+3 -3
View File
@@ -29,7 +29,7 @@ declare var mixpanel: any;
plugin: 'cordova-plugin-mixpanel',
pluginRef: 'mixpanel',
repo: 'https://github.com/samzilverberg/cordova-mixpanel-plugin',
platforms: ['Android', 'Browser', 'iOS']
platforms: ['Android', 'Browser', 'iOS'],
})
@Injectable()
export class Mixpanel extends IonicNativePlugin {
@@ -148,7 +148,7 @@ export class Mixpanel extends IonicNativePlugin {
*/
@Cordova({
successIndex: 2,
errorIndex: 3
errorIndex: 3,
})
track(eventName: string, eventProperties?: any): Promise<any> {
return;
@@ -161,7 +161,7 @@ export class Mixpanel extends IonicNativePlugin {
@Plugin({
plugin: 'cordova-plugin-mixpanel',
pluginRef: 'mixpanel.people',
pluginName: 'Mixpanel'
pluginName: 'Mixpanel',
})
@Injectable()
export class MixpanelPeople extends IonicNativePlugin {