mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
changed definition of Vex.Flow.Volta
- changed type enum to const
This commit is contained in:
Vendored
+1
-1
@@ -1351,7 +1351,7 @@ declare module Vex {
|
||||
}
|
||||
|
||||
export module Volta {
|
||||
enum type {NONE, BEGIN, MID, END, BEGIN_END}
|
||||
const enum type {NONE, BEGIN, MID, END, BEGIN_END}
|
||||
}
|
||||
|
||||
class Volta extends StaveModifier {
|
||||
|
||||
Reference in New Issue
Block a user