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

Function LayerExtension1

docs/app/js/sanddance-app.js:95538–95542  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95536var _deepEqual = require("../utils/deep-equal");
95537var LayerExtension = function() {
95538 function LayerExtension1() {
95539 var opts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
95540 (0, _classCallCheckDefault.default)(this, LayerExtension1);
95541 this.opts = opts;
95542 }
95543 (0, _createClassDefault.default)(LayerExtension1, [
95544 {
95545 key: "equals",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected