(key, value)
| 30 | } |
| 31 | |
| 32 | function writeStorage(key, value) { |
| 33 | if (storage) { |
| 34 | storage.setItem(storagePrefix + key, value); |
| 35 | } |
| 36 | } |
| 37 | |
| 38 | function fancyDblClickHandler(el, onsingle, ondouble) { |
| 39 | return function () { |
no outgoing calls
no test coverage detected