mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-03-14 08:49:50 -04:00
fix spelling mistakes.
This commit is contained in:
parent
28871534c2
commit
28e759a28a
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
||||||
/*#*/ if (__options.environment == 'browser') {
|
/*#*/ if (__options.environment == 'browser') {
|
||||||
|
|
||||||
paper = new (PaperScope.inject(Base.exports, {
|
paper = new (PaperScope.inject(Base.exports, {
|
||||||
// Mark fields as enumeralbe so PaperScope.inject can pick them up
|
// Mark fields as enumerable so PaperScope.inject can pick them up
|
||||||
enumerable: true,
|
enumerable: true,
|
||||||
Base: Base,
|
Base: Base,
|
||||||
Numerical: Numerical,
|
Numerical: Numerical,
|
||||||
|
@ -36,7 +36,7 @@ if (typeof define === 'function' && define.amd)
|
||||||
/*#*/ } else if (__options.environment == 'node') {
|
/*#*/ } else if (__options.environment == 'node') {
|
||||||
|
|
||||||
paper = new (PaperScope.inject(Base.exports, {
|
paper = new (PaperScope.inject(Base.exports, {
|
||||||
// Mark fields as enumeralbe so PaperScope.inject can pick them up
|
// Mark fields as enumerable so PaperScope.inject can pick them up
|
||||||
enumerable: true,
|
enumerable: true,
|
||||||
Base: Base,
|
Base: Base,
|
||||||
Numerical: Numerical,
|
Numerical: Numerical,
|
||||||
|
|
Loading…
Reference in a new issue