mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
changed definition of Vex.Flow.Repetition
- changed type enum to const
This commit is contained in:
Vendored
+1
-1
@@ -739,7 +739,7 @@ declare module Vex {
|
||||
}
|
||||
|
||||
export module Repetition {
|
||||
enum type {NONE, CODA_LEFT, CODA_RIGHT, SEGNO_LEFT, SEGNO_RIGHT, DC, DC_AL_CODA, DC_AL_FINE, DS, DS_AL_CODA, DS_AL_FINE, FINE}
|
||||
const enum type {NONE, CODA_LEFT, CODA_RIGHT, SEGNO_LEFT, SEGNO_RIGHT, DC, DC_AL_CODA, DC_AL_FINE, DS, DS_AL_CODA, DS_AL_FINE, FINE}
|
||||
}
|
||||
|
||||
class Repetition extends StaveModifier {
|
||||
|
||||
Reference in New Issue
Block a user