From 0936292468ff3aef9b52e63bce45ac5941e6b6c8 Mon Sep 17 00:00:00 2001 From: Roman Quiring Date: Thu, 6 Aug 2015 16:45:22 +0200 Subject: [PATCH] changed definition of Vex.Flow.StaveLine - changed enums to const --- vexflow/vexflow.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vexflow/vexflow.d.ts b/vexflow/vexflow.d.ts index c9269a635a..3d0b5c67ad 100644 --- a/vexflow/vexflow.d.ts +++ b/vexflow/vexflow.d.ts @@ -838,8 +838,8 @@ declare module Vex { } export module StaveLine { - enum TextVerticalPosition {TOP, BOTTOM} - enum TextJustification {LEFT, CENTER, RIGHT} + const enum TextVerticalPosition {TOP, BOTTOM} + const enum TextJustification {LEFT, CENTER, RIGHT} } class StaveLine {