Rename options.server to options.node

This commit is contained in:
Jürg Lehni 2013-05-28 00:01:55 -07:00
parent cd7db56249
commit 6fa6c022c9
5 changed files with 11 additions and 11 deletions
src/node

View file

@ -24,7 +24,7 @@ eval(fs.readFileSync(path.resolve(__dirname, '../options.js'), 'utf8'));
// compilation of separate files, and set to correct value after.
options.version = 'dev';
options.browser = false;
options.server = true;
options.node = true;
options.stats = false;
// Create a document and a window using jsdom, e.g. for exportSVG()