Fix typo.

This commit is contained in:
Jürg Lehni 2011-05-07 17:11:12 +01:00
parent 70d0dd9c0c
commit 566f52201c

View file

@ -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
};