c04806c1 by David LaPalomento

Merge pull request #110 from bparadie/fixes-105

Fixes issue 105
2 parents 589e8dc4 403e3041
......@@ -137,7 +137,7 @@
tagType: 'inf'
};
if (match[1]) {
event.duration = parseFloat(match[1], 10);
event.duration = parseFloat(match[1]);
}
if (match[2]) {
event.title = match[2];
......