]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/node_modules/inherits/inherits.js
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / 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 }