mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-07-29 07:09:45 -04:00
Fix white-spaces.
This commit is contained in:
parent
f28e6ba372
commit
7f00ef8f05
5 changed files with 18 additions and 18 deletions
src/node
|
@ -80,9 +80,9 @@ var context = vm.createContext({
|
|||
DOMParser: DOMParser,
|
||||
Image: Canvas.Image,
|
||||
window: win,
|
||||
document: doc,
|
||||
navigator: win.navigator,
|
||||
console: console
|
||||
document: doc,
|
||||
navigator: win.navigator,
|
||||
console: console
|
||||
});
|
||||
|
||||
// Load Paper.js library files:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue