From 4d9af200a7d28cac4aece6660702294064cc03ca Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Wed, 26 Aug 2015 17:48:02 -0700 Subject: [PATCH] Removed undocumented property in object literal in test for 'vexflow'. --- vexflow/vexflow-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vexflow/vexflow-tests.ts b/vexflow/vexflow-tests.ts index 351ad2ee8..742e3b00f 100644 --- a/vexflow/vexflow-tests.ts +++ b/vexflow/vexflow-tests.ts @@ -32,7 +32,7 @@ var gracenote = new Vex.Flow.GraceNote({keys: ["e/5"], duration: "16", slash: tr notes1[2].addModifier(0, new Vex.Flow.GraceNoteGroup([gracenote], true).beamNotes()); // Color the chord -notes1[3].setStyle({fillStyle: "blue", strokeStyle: "blue", stemStyle: "blue"}); +notes1[3].setStyle({fillStyle: "blue", strokeStyle: "blue"}); // Create a voice in 4/4 and add notes var voice1 = new Vex.Flow.Voice({