jessegavin / jQuery-Chord-Transposer

jQuery plugin that lets you transpose chords in a plain text song
https://jquery-chord-transposer.now.sh/
113 stars 48 forks source link

Split var line on \r\n and \n #3

Closed chandrewz closed 8 years ago

chandrewz commented 8 years ago

Noticed the jquery plugin didn't like strings with \r\n and only worked with \n. Split now happens on both \r\n and \n.