mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
fixed definition of Vex.Flow.Glyph
- fixed argument of setOptions()
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user