File tree 9 files changed +13
-12
lines changed
9 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -3137,7 +3137,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Amplitude
3137
3137
< br class ="clear ">
3138
3138
3139
3139
< footer >
3140
- Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.4.0</ a > on Wed Jul 06 2016 13:45:46 GMT-0700 (PDT)
3140
+ Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.4.0</ a > on Wed Sep 14 2016 13:32:02 GMT-0700 (PDT)
3141
3141
</ footer >
3142
3142
3143
3143
< script > prettyPrint ( ) ; </ script >
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ <h4 class="name" id="__VERSION__"><span class="type-signature"></span>__VERSION_
185
185
186
186
< dt class ="tag-source "> Source:</ dt >
187
187
< dd class ="tag-source "> < ul class ="dummy "> < li >
188
- < a href ="amplitude-client.js.html "> amplitude-client.js</ a > , < a href ="amplitude-client.js.html#line1129 "> line 1129 </ a >
188
+ < a href ="amplitude-client.js.html "> amplitude-client.js</ a > , < a href ="amplitude-client.js.html#line1130 "> line 1130 </ a >
189
189
</ li > </ ul > </ dd >
190
190
191
191
@@ -2012,7 +2012,7 @@ <h4 class="name" id="setGlobalUserProperties"><span class="type-signature"></spa
2012
2012
2013
2013
< dt class ="tag-source "> Source:</ dt >
2014
2014
< dd class ="tag-source "> < ul class ="dummy "> < li >
2015
- < a href ="amplitude-client.js.html "> amplitude-client.js</ a > , < a href ="amplitude-client.js.html#line1119 "> line 1119 </ a >
2015
+ < a href ="amplitude-client.js.html "> amplitude-client.js</ a > , < a href ="amplitude-client.js.html#line1120 "> line 1120 </ a >
2016
2016
</ li > </ ul > </ dd >
2017
2017
2018
2018
@@ -2791,7 +2791,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Amplitude
2791
2791
< br class ="clear ">
2792
2792
2793
2793
< footer >
2794
- Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.4.0</ a > on Wed Jul 06 2016 13:45:46 GMT-0700 (PDT)
2794
+ Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.4.0</ a > on Wed Sep 14 2016 13:32:02 GMT-0700 (PDT)
2795
2795
</ footer >
2796
2796
2797
2797
< script > prettyPrint ( ) ; </ script >
Original file line number Diff line number Diff line change @@ -1295,7 +1295,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Amplitude
1295
1295
< br class ="clear ">
1296
1296
1297
1297
< footer >
1298
- Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.4.0</ a > on Wed Jul 06 2016 13:45:46 GMT-0700 (PDT)
1298
+ Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.4.0</ a > on Wed Sep 14 2016 13:32:02 GMT-0700 (PDT)
1299
1299
</ footer >
1300
1300
1301
1301
< script > prettyPrint ( ) ; </ script >
Original file line number Diff line number Diff line change @@ -965,7 +965,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Amplitude
965
965
< br class ="clear ">
966
966
967
967
< footer >
968
- Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.4.0</ a > on Wed Jul 06 2016 13:45:46 GMT-0700 (PDT)
968
+ Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.4.0</ a > on Wed Sep 14 2016 13:32:02 GMT-0700 (PDT)
969
969
</ footer >
970
970
971
971
< script > prettyPrint ( ) ; </ script >
Original file line number Diff line number Diff line change @@ -1025,7 +1025,8 @@ <h1 class="page-title">Source: amplitude-client.js</h1>
1025
1025
}
1026
1026
1027
1027
this._sending = true;
1028
- var url = ('https:' === window.location.protocol ? 'https' : 'http') + '://' + this.options.apiEndpoint + '/';
1028
+ var protocol = this.options.forceHttps ? 'https' : ('https:' === window.location.protocol ? 'https' : 'http');
1029
+ var url = protocol + '://' + this.options.apiEndpoint + '/';
1029
1030
1030
1031
// fetch events to send
1031
1032
var numEvents = Math.min(this._unsentCount(), this.options.uploadBatchSize);
@@ -1173,7 +1174,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Amplitude
1173
1174
< br class ="clear ">
1174
1175
1175
1176
< footer >
1176
- Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.4.0</ a > on Wed Jul 06 2016 13:45:46 GMT-0700 (PDT)
1177
+ Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.4.0</ a > on Wed Sep 14 2016 13:32:02 GMT-0700 (PDT)
1177
1178
</ footer >
1178
1179
1179
1180
< script > prettyPrint ( ) ; </ script >
Original file line number Diff line number Diff line change @@ -409,7 +409,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Amplitude
409
409
< br class ="clear ">
410
410
411
411
< footer >
412
- Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.4.0</ a > on Wed Jul 06 2016 13:45:46 GMT-0700 (PDT)
412
+ Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.4.0</ a > on Wed Sep 14 2016 13:32:02 GMT-0700 (PDT)
413
413
</ footer >
414
414
415
415
< script > prettyPrint ( ) ; </ script >
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Amplitude
226
226
< br class ="clear ">
227
227
228
228
< footer >
229
- Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.4.0</ a > on Wed Jul 06 2016 13:45:46 GMT-0700 (PDT)
229
+ Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.4.0</ a > on Wed Sep 14 2016 13:32:02 GMT-0700 (PDT)
230
230
</ footer >
231
231
232
232
< script > prettyPrint ( ) ; </ script >
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Amplitude
56
56
< br class ="clear ">
57
57
58
58
< footer >
59
- Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.4.0</ a > on Wed Jul 06 2016 13:45:46 GMT-0700 (PDT)
59
+ Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.4.0</ a > on Wed Sep 14 2016 13:32:02 GMT-0700 (PDT)
60
60
</ footer >
61
61
62
62
< script > prettyPrint ( ) ; </ script >
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Amplitude
196
196
< br class ="clear ">
197
197
198
198
< footer >
199
- Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.4.0</ a > on Wed Jul 06 2016 13:45:46 GMT-0700 (PDT)
199
+ Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.4.0</ a > on Wed Sep 14 2016 13:32:02 GMT-0700 (PDT)
200
200
</ footer >
201
201
202
202
< script > prettyPrint ( ) ; </ script >
You can’t perform that action at this time.
0 commit comments