fixed definition of Vex.Flow.NoteHead

This commit is contained in:
Roman Quiring
2015-08-04 11:41:33 +02:00
parent 25288cd386
commit 52dbf6cb6f
+1 -1
View File
@@ -628,7 +628,7 @@ declare module Vex {
}
class NoteHead extends Note {
constructor(head_options : {x? : number, y? : number, note_type? : string, duration : string, displaced? : boolean, stem_direction? : number, x_shift : number, style : string, slashed : boolean, glyph_font_scale? : number});
constructor(head_options : {x? : number, y? : number, note_type? : string, duration : string, displaced? : boolean, stem_direction? : number, line : number, x_shift : number, custom_glyph_code? : string, style? : string, slashed? : boolean, glyph_font_scale? : number});
static DEBUG : boolean;
getCategory() : string;
setContext(context : IRenderContext) : NoteHead;