File tree Expand file tree Collapse file tree 9 files changed +13
-12
lines changed Expand file tree Collapse file tree 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
31373137< br class ="clear ">
31383138
31393139< 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)
31413141</ footer >
31423142
31433143< 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_
185185
186186 < dt class ="tag-source "> Source:</ dt >
187187 < 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 >
189189 </ li > </ ul > </ dd >
190190
191191
@@ -2012,7 +2012,7 @@ <h4 class="name" id="setGlobalUserProperties"><span class="type-signature"></spa
20122012
20132013 < dt class ="tag-source "> Source:</ dt >
20142014 < 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 >
20162016 </ li > </ ul > </ dd >
20172017
20182018
@@ -2791,7 +2791,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Amplitude
27912791< br class ="clear ">
27922792
27932793< 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)
27952795</ footer >
27962796
27972797< 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
12951295< br class ="clear ">
12961296
12971297< 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)
12991299</ footer >
13001300
13011301< 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
965965< br class ="clear ">
966966
967967< 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)
969969</ footer >
970970
971971< 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>
10251025 }
10261026
10271027 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 + '/';
10291030
10301031 // fetch events to send
10311032 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
11731174< br class ="clear ">
11741175
11751176< 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)
11771178</ footer >
11781179
11791180< 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
409409< br class ="clear ">
410410
411411< 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)
413413</ footer >
414414
415415< 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
226226< br class ="clear ">
227227
228228< 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)
230230</ footer >
231231
232232< 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
5656< br class ="clear ">
5757
5858< 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)
6060</ footer >
6161
6262< 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
196196< br class ="clear ">
197197
198198< 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)
200200</ footer >
201201
202202< script > prettyPrint ( ) ; </ script >
You can’t perform that action at this time.
0 commit comments