changed definition of Vex.Flow.Volta

- changed type enum to const
This commit is contained in:
Roman Quiring
2015-08-06 17:53:41 +02:00
parent 25f06dbb00
commit f6c8562355
+1 -1
View File
@@ -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 {