File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff 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
342341Amplitude . 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
348346Amplitude . prototype . _setInStorage = function ( storage , key , value ) {
349347 storage . setItem ( key , value ) ;
Original file line number Diff line number Diff 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
236235Amplitude . 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
242240Amplitude . prototype . _setInStorage = function ( storage , key , value ) {
243241 storage . setItem ( key , value ) ;
You can’t perform that action at this time.
0 commit comments