* Load all required stylesheets by requesting the MM object to load the files. * @returns {Promise }
()
| 260 | * @returns {Promise<void>} |
| 261 | */ |
| 262 | loadStyles () { |
| 263 | return this.loadDependencies("getStyles"); |
| 264 | } |
| 265 | |
| 266 | /** |
| 267 | * Load all required scripts by requesting the MM object to load the files. |
no test coverage detected