* Retrieve the path to a module file. * @param {string} file Filename * @returns {string} the file path
(file)
| 252 | * @returns {string} the file path |
| 253 | */ |
| 254 | file (file) { |
| 255 | return `${this.data.path}/${file}`.replace("//", "/"); |
| 256 | } |
| 257 | |
| 258 | /** |
| 259 | * Load all required stylesheets by requesting the MM object to load the files. |
no outgoing calls
no test coverage detected