fixed definition of Vex.Flow.Glyph

- fixed argument of setOptions()
This commit is contained in:
Roman Quiring
2015-08-06 17:57:07 +02:00
parent f6c8562355
commit bc8e29fcd0
+1 -1
View File
@@ -452,7 +452,7 @@ declare module Vex {
class Glyph {
constructor(code : string, point : number, options? : {cache? : boolean, font? : IFont});
setOptions(options? : {cache? : boolean, font? : IFont}) : void;
setOptions(options : {cache? : boolean, font? : IFont}) : void;
setStave(stave : Stave) : Glyph;
setXShift(x_shift : number) : Glyph;
setYShift(y_shift : number) : Glyph;