From b37a49c0049761f9ee242215119f7a998a8b459a Mon Sep 17 00:00:00 2001 From: Roman Quiring Date: Thu, 6 Aug 2015 16:20:20 +0200 Subject: [PATCH] changed definition of Vex.Flow.Repetition - changed type enum to const --- vexflow/vexflow.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vexflow/vexflow.d.ts b/vexflow/vexflow.d.ts index 7c795c4d0..5c5a597a0 100644 --- a/vexflow/vexflow.d.ts +++ b/vexflow/vexflow.d.ts @@ -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 {