mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 14:10:14 -05:00
Fix typo.
This commit is contained in:
parent
70d0dd9c0c
commit
566f52201c
1 changed files with 2 additions and 2 deletions
|
@ -17,6 +17,6 @@
|
|||
var ChangeFlags = {
|
||||
PATH: 1, // Path geometry
|
||||
STROKE: 2, // Stroke geometry
|
||||
STYLE: 4 // Fille style or stroke color / dash,
|
||||
HIERARCHY: 8, // Change in item hierarchy
|
||||
STYLE: 4, // Fille style or stroke color / dash,
|
||||
HIERARCHY: 8 // Change in item hierarchy
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue