MCPcopy Create free account
hub / github.com/TruthHun/BookStack / ctor

Function ctor

static/word2md/mammoth.browser.js:30213–30213  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30211(function() {
30212 var XMLCData, XMLNode,
30213 extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
30214 hasProp = {}.hasOwnProperty;
30215
30216 XMLNode = require('./XMLNode');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected