403e3041 by Bernd Paradies

Fixes issue 105

1 parent 589e8dc4
...@@ -137,7 +137,7 @@ ...@@ -137,7 +137,7 @@
137 tagType: 'inf' 137 tagType: 'inf'
138 }; 138 };
139 if (match[1]) { 139 if (match[1]) {
140 event.duration = parseFloat(match[1], 10); 140 event.duration = parseFloat(match[1]);
141 } 141 }
142 if (match[2]) { 142 if (match[2]) {
143 event.title = match[2]; 143 event.title = match[2];
......