mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-28 22:08:54 -04:00
Minor code refactoring to try to make online build pass
This commit is contained in:
parent
07d2edac74
commit
6a3b8fc384
1 changed files with 3 additions and 1 deletions
|
@ -64,4 +64,6 @@
|
|||
/*#*/ include('Numerical.js');
|
||||
|
||||
// There is no need to test interactions in node context.
|
||||
/*#*/ if (!isNode) include('Interactions.js');
|
||||
if (!isNode) {
|
||||
/*#*/ include('Interactions.js');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue