(namespace)
| 10 | return namespace ? ((LOCAL_STORAGE.EXPIRE_KEY) + "/" + namespace) : LOCAL_STORAGE.EXPIRE_KEY |
| 11 | } |
| 12 | function resolveIndexKey(namespace) { |
| 13 | return namespace ? ((LOCAL_STORAGE.INDEX_KEY) + "/" + namespace) : LOCAL_STORAGE.INDEX_KEY |
| 14 | } |
| 15 | |
| 16 | function escapeHtml(string) { |
| 17 | var entityMap = { |