58452066aa
This is the only place they are called. // FREEBIE
16 lines
319 B
JavaScript
16 lines
319 B
JavaScript
/*
|
|
* vim: ts=4:sw=4:expandtab
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
;(function() {
|
|
/**********************
|
|
*** Device Storage ***
|
|
**********************/
|
|
window.textsecure = window.textsecure || {};
|
|
window.textsecure.storage = window.textsecure.storage || {};
|
|
|
|
window.textsecure.storage.devices = {
|
|
};
|
|
})();
|