(aName)
| 399 | } |
| 400 | |
| 401 | sanitizeModName(aName) { |
| 402 | // Do not change to "mod-" for backwards compatibility |
| 403 | return `theme-${aName?.replaceAll(WHITESPACE_RE, "-")?.replaceAll(NON_NAME_RE, "")}`; |
| 404 | } |
| 405 | |
| 406 | get updatePref() { |
| 407 | return "zen.mods.updated-value-observer"; |
no outgoing calls
no test coverage detected