changed definition of Vex.Flow.Stroke

- changed Type enum to const
This commit is contained in:
Roman Quiring
2015-08-06 17:12:31 +02:00
parent 57bd0ee3d5
commit 41f25f3c76
+1 -1
View File
@@ -1051,7 +1051,7 @@ declare module Vex {
}
export module Stroke {
enum Type {BRUSH_DOWN, BRUSH_UP, ROLL_DOWN, ROLL_UP, RASQUEDO_DOWN, RASQUEDO_UP}
const enum Type {BRUSH_DOWN, BRUSH_UP, ROLL_DOWN, ROLL_UP, RASQUEDO_DOWN, RASQUEDO_UP}
}
class Stroke extends Modifier {