MCPcopy Create free account
hub / github.com/microsoft/SandDance / Renderer

Function Renderer

docs/app/js/sanddance-app.js:123413–123417  ·  view source on GitHub ↗

* Create a new Renderer instance. * @param {object} [loader] - Optional loader instance for * image and href URL sanitization. If not specified, a * standard loader instance will be generated. * @constructor

(loader)

Source from the content-addressed store, hash-verified

123411 * standard loader instance will be generated.
123412 * @constructor
123413 */ function Renderer(loader) {
123414 this._el = null;
123415 this._bgcolor = null;
123416 this._loader = new ResourceLoader(loader);
123417}
123418Renderer.prototype = {
123419 /**
123420 * Initialize a new Renderer instance.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected