* Register callback to be called when the options are changed. * The callback receives no arguments. * @param callback
(callback)
| 75 | * @param callback |
| 76 | */ |
| 77 | function onOptionsChanged(callback) { |
| 78 | optionsChangedCallbacks.push(callback); |
| 79 | } |
| 80 | |
| 81 | /** |
| 82 | * Register callback to be called when the options (in opts global variable) are available. |
no outgoing calls
no test coverage detected