MCPcopy Index your code
hub / github.com/MagicMirrorOrg/MagicMirror / loadStyles

Method loadStyles

js/module.js:262–264  ·  view source on GitHub ↗

* Load all required stylesheets by requesting the MM object to load the files. * @returns {Promise }

()

Source from the content-addressed store, hash-verified

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.

Callers 1

bootstrapModuleFunction · 0.80

Calls 1

loadDependenciesMethod · 0.95

Tested by

no test coverage detected