(gui, key)
| 2588 | } |
| 2589 | |
| 2590 | function getLocalStorageHash(gui, key) { |
| 2591 | // TODO how does this deal with multiple GUI's? |
| 2592 | return document.location.href + '.' + key; |
| 2593 | |
| 2594 | } |
| 2595 | |
| 2596 | function addSaveMenu(gui) { |
| 2597 |
no outgoing calls
no test coverage detected