Code Review
/
aai
/
esr-gui.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
3b94763a76eef0599dba6d0a7044b89c5a9d2033
[aai/esr-gui.git]
/
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
}