()
| 199 | options: options, |
| 200 | |
| 201 | get faviconPath() { |
| 202 | return path.join(ss.root,options.dirs.static,'favicon.ico'); //TODO find the one present |
| 203 | }, |
| 204 | |
| 205 | // Merge optional options |
| 206 | set: function(newOption) { |
nothing calls this directly
no outgoing calls
no test coverage detected