Fixes issue 105
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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]; | ... | ... |
-
Please register or sign in to post a comment