Skip to content

Commit fb4a40f

Browse files
committed
Update docs
1 parent 33e2e07 commit fb4a40f

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

docs/Mixpanel.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h4 class="name" id="Mixpanel"><span class="type-signature"></span>new Mixpanel<
9393

9494
<dt class="tag-source">Source:</dt>
9595
<dd class="tag-source"><ul class="dummy"><li>
96-
<a href="index.js.html">index.js</a>, <a href="index.js.html#line38">line 38</a>
96+
<a href="index.js.html">index.js</a>, <a href="index.js.html#line39">line 39</a>
9797
</li></ul></dd>
9898

9999

@@ -4516,7 +4516,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Mixpanel.
45164516
<br class="clear">
45174517

45184518
<footer>
4519-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Mon May 13 2024 11:52:17 GMT-0700 (Pacific Daylight Time)
4519+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Tue May 14 2024 09:36:01 GMT-0700 (Pacific Daylight Time)
45204520
</footer>
45214521

45224522
<script> prettyPrint(); </script>

docs/MixpanelGroup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Mixpanel.
957957
<br class="clear">
958958

959959
<footer>
960-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Mon May 13 2024 11:52:17 GMT-0700 (Pacific Daylight Time)
960+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Tue May 14 2024 09:36:01 GMT-0700 (Pacific Daylight Time)
961961
</footer>
962962

963963
<script> prettyPrint(); </script>

docs/People.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1625,7 +1625,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Mixpanel.
16251625
<br class="clear">
16261626

16271627
<footer>
1628-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Mon May 13 2024 11:52:17 GMT-0700 (Pacific Daylight Time)
1628+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Tue May 14 2024 09:36:01 GMT-0700 (Pacific Daylight Time)
16291629
</footer>
16301630

16311631
<script> prettyPrint(); </script>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Mixpanel.
203203
<br class="clear">
204204

205205
<footer>
206-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Mon May 13 2024 11:52:17 GMT-0700 (Pacific Daylight Time)
206+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Tue May 14 2024 09:36:01 GMT-0700 (Pacific Daylight Time)
207207
</footer>
208208

209209
<script> prettyPrint(); </script>

docs/index.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ <h1 class="page-title">Source: index.js</h1>
3131
import {Platform, NativeModules} from "react-native";
3232
import packageJson from "./package.json";
3333
const {MixpanelReactNative} = NativeModules;
34+
import MixpanelMain from "mixpanel-react-native/javascript/mixpanel-main"
3435

3536
const DevicePlatform = {
3637
Unknown: "Unknown",
@@ -83,7 +84,6 @@ <h1 class="page-title">Source: index.js</h1>
8384
);
8485
}
8586

86-
const MixpanelMain = require("mixpanel-react-native/javascript/mixpanel-main");
8787
this.mixpanelImpl = new MixpanelMain(token, trackAutomaticEvents, storage);
8888
}
8989

@@ -1038,7 +1038,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Mixpanel.
10381038
<br class="clear">
10391039

10401040
<footer>
1041-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Mon May 13 2024 11:52:17 GMT-0700 (Pacific Daylight Time)
1041+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Tue May 14 2024 09:36:01 GMT-0700 (Pacific Daylight Time)
10421042
</footer>
10431043

10441044
<script> prettyPrint(); </script>

0 commit comments

Comments
 (0)