Updated the Survey.
This commit is contained in:
parent
f59686eae0
commit
6d3ba1a714
1203 changed files with 140782 additions and 5 deletions
7
node_modules/inherits/inherits.js
generated
vendored
Normal file
7
node_modules/inherits/inherits.js
generated
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
try {
|
||||
var util = require('util');
|
||||
if (typeof util.inherits !== 'function') throw '';
|
||||
module.exports = util.inherits;
|
||||
} catch (e) {
|
||||
module.exports = require('./inherits_browser.js');
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue