changed definition of Vex.Flow.Pedalmarking

- added GLYPHS const
- changed Styles enum from static to const
This commit is contained in:
Roman Quiring
2015-08-04 11:49:39 +02:00
parent 52dbf6cb6f
commit 09154f4618
+2 -1
View File
@@ -662,7 +662,8 @@ declare module Vex {
}
export module PedalMarking {
enum Styles {TEXT, BRACKET, MIXED}
const enum Styles {TEXT, BRACKET, MIXED}
const GLYPHS : {[name : string] : {code : string, x_shift : number, y_shift : number}};
}
class PedalMarking {