mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
feat(mixpanel): MixpanelPeople returns promises (#681)
* feat(mixpanel): make MixpanelPeople return promises * remove decorator from people property * add cordova decorator' * test(mixpanel): add mixpanel tests * test(mixpanel): remove unused imports * fix(mixpanel): fix MixpanelPeople class closes #667
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
/// <reference path="./../typings/index.d.ts" />
|
||||
/// <reference path="../typings/index.d.ts" />
|
||||
|
||||
import 'es6-shim';
|
||||
import {Plugin, Cordova} from './../src/plugins/plugin';
|
||||
|
||||
Reference in New Issue
Block a user