mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
changed definition of Vex.Flow.Stroke
- changed Type enum to const
This commit is contained in:
Vendored
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user