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:
Ibrahim Hadeed
2016-10-15 07:41:37 -07:00
committed by GitHub
parent bbda6e22a2
commit b95f88c165
3 changed files with 91 additions and 15 deletions
+1 -1
View File
@@ -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';