node_modules/mocha/mocha.js 1 location
|
@@ 9664-9664 (lines=1) @@
|
9661 |
|
} |
9662 |
|
|
9663 |
|
},{}],49:[function(require,module,exports){ |
9664 |
|
if (typeof Object.create === 'function') { |
9665 |
|
// implementation from standard node.js 'util' module |
9666 |
|
module.exports = function inherits(ctor, superCtor) { |
9667 |
|
ctor.super_ = superCtor |
node_modules/inherits/inherits_browser.js 1 location
|
@@ 1-1 (lines=1) @@
|
1 |
|
if (typeof Object.create === 'function') { |
2 |
|
// implementation from standard node.js 'util' module |
3 |
|
module.exports = function inherits(ctor, superCtor) { |
4 |
|
ctor.super_ = superCtor |