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

Function TempCtor

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

Source from the content-addressed store, hash-verified

11999 module.exports = function inherits(ctor, superCtor) {
12000 ctor.super_ = superCtor
12001 var TempCtor = function () {}
12002 TempCtor.prototype = superCtor.prototype
12003 ctor.prototype = new TempCtor()
12004 ctor.prototype.constructor = ctor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected