Merge branch 'master' of github.com:driftyco/ionic-native

This commit is contained in:
Ibby Hadeed 2017-05-14 02:09:11 -04:00
commit 5203d026d4

View File

@ -86,6 +86,14 @@ export class Mixpanel extends IonicNativePlugin {
@Cordova()
reset(): Promise<any> { return; }
/**
*
* @param eventName {string}
* @returns {Promise<any>}
*/
@Cordova()
timeEvent(eventName: string): Promise<any> { return; }
/**
*
* @param eventName {string}