Skip to content

Commit 829dc8d

Browse files
committed
Final cleanup
1 parent 795ae63 commit 829dc8d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

amplitude.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,13 +337,11 @@ Amplitude.prototype._sendEventsIfReady = function(callback) {
337337
return false;
338338
};
339339

340-
// appends apiKey to storage key to support multiple apps
341340
// storage argument allows for localStorage and sessionStorage
342341
Amplitude.prototype._getFromStorage = function(storage, key) {
343342
return storage.getItem(key);
344343
};
345344

346-
// appends apiKey to storage key to support multiple apps
347345
// storage argument allows for localStorage and sessionStorage
348346
Amplitude.prototype._setInStorage = function(storage, key, value) {
349347
storage.setItem(key, value);

src/amplitude.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,13 +231,11 @@ Amplitude.prototype._sendEventsIfReady = function(callback) {
231231
return false;
232232
};
233233

234-
// appends apiKey to storage key to support multiple apps
235234
// storage argument allows for localStorage and sessionStorage
236235
Amplitude.prototype._getFromStorage = function(storage, key) {
237236
return storage.getItem(key);
238237
};
239238

240-
// appends apiKey to storage key to support multiple apps
241239
// storage argument allows for localStorage and sessionStorage
242240
Amplitude.prototype._setInStorage = function(storage, key, value) {
243241
storage.setItem(key, value);

0 commit comments

Comments
 (0)