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