UNPKG

abcjs

Version:

Renderer for abc music notation

12 lines (9 loc) 276 B
var setClass = require('../helpers/set-class'); var unhighlight = function (klass, color) { if (klass === undefined) klass = "abcjs-note_selected"; if (color === undefined) color = "#000000"; setClass(this.elemset, "", klass, color); }; module.exports = unhighlight;