projects
/
platform
/
framework
/
web
/
wrtjs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[SignalingServer] Optimize dependent modules
[platform/framework/web/wrtjs.git]
/
device_home
/
node_modules
/
express
/
node_modules
/
inherits
/
inherits.js
1
try {
2
var util = require('util');
3
if (typeof util.inherits !== 'function') throw '';
4
module.exports = util.inherits;
5
} catch (e) {
6
module.exports = require('./inherits_browser.js');
7
}