mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-30 11:14:27 +08:00
changed definition of Vex.Flow.Modifier
- changed Position enum to const
This commit is contained in:
Vendored
+1
-1
@@ -514,7 +514,7 @@ declare module Vex {
|
||||
}
|
||||
|
||||
export module Modifier {
|
||||
enum Position {LEFT, RIGHT, ABOVE, BELOW}
|
||||
const enum Position {LEFT, RIGHT, ABOVE, BELOW}
|
||||
}
|
||||
|
||||
class Modifier {
|
||||
|
||||
Reference in New Issue
Block a user