(key)
| 866 | }; |
| 867 | |
| 868 | var TM_saveStorageKey = function(key) { |
| 869 | HTM_saveStorageKey(key); |
| 870 | }; |
| 871 | |
| 872 | var TM_notifyValueChangeListeners = function(name, oldVal, newVal, remote) { |
| 873 | if (oldVal == newVal) return; |
no test coverage detected
searching dependent graphs…