Changeset 41 for branches/testa-single-bookmark/js/storagex.js
- Timestamp:
- Aug 30, 2019 7:54:52 AM (6 years ago)
- File:
-
- 1 edited
-
branches/testa-single-bookmark/js/storagex.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/testa-single-bookmark/js/storagex.js
r36 r41 216 216 } 217 217 218 reset_info = () => { 219 let item_name = 'info' 220 reset_localstorage(item_name) 218 reset_info() { 219 reset_localstorage('info') 221 220 } 222 221 … … 226 225 } 227 226 228 clear_localstorage = () =>{227 clear_localstorage() { 229 228 let keys = Object.keys(this._globalStorage) 230 229 keys.map( (v) => { delete this._globalStorage[v] } )
Note: See TracChangeset
for help on using the changeset viewer.
![(trac.ini の [header_logo] セクションを設定してください)](/python/trac/Flist/chrome/common/trac_logo_mini.png)