source: Dev/trunk/d3/lib/env-js/envjs/node.js @ 76

Last change on this file since 76 was 76, checked in by fpvanagthoven, 14 years ago

d3

File size: 206 bytes
Line 
1process.env.TZ = 'America/Los_Angeles';
2
3require('./platform/node');
4Envjs.eventLoop = function() {}; // disabled for clean shutdown
5
6require('./window');
7new Window(__this__); // initialize a blank window
Note: See TracBrowser for help on using the repository browser.