From f6c8562355d2c89f09a70e68d2d6ba37b8630594 Mon Sep 17 00:00:00 2001 From: Roman Quiring Date: Thu, 6 Aug 2015 17:53:41 +0200 Subject: [PATCH] changed definition of Vex.Flow.Volta - 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 1cc54fa8a..c17c4f710 100644 --- a/vexflow/vexflow.d.ts +++ b/vexflow/vexflow.d.ts @@ -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 {