Skip to content

Commit

Permalink
Add keymanager.js to build rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfe committed Jul 3, 2011
1 parent d3621e2 commit 2cc3d93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/SConstruct
Expand Up @@ -43,6 +43,7 @@ vexflow_sources = [
"timesignature.js",
"clef.js",
"music.js",
"keymanager.js",
"renderer.js",
"raphaelcontext.js"
]
Expand Down
2 changes: 1 addition & 1 deletion src/music.js
Expand Up @@ -154,7 +154,7 @@ Vex.Flow.Music.prototype.getNoteParts = function(noteString) {

return {
'root': root,
'accidental': accidental,
'accidental': accidental
}
} else {
throw new Vex.RERR("BadArguments", "Invalid note name: " + noteString);
Expand Down

0 comments on commit 2cc3d93

Please sign in to comment.