mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-01 16:49:15 -04:00
Rename options.server to options.node
This commit is contained in:
parent
cd7db56249
commit
6fa6c022c9
5 changed files with 11 additions and 11 deletions
src/node
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue