Skip to content

Commit 1b4edbe

Browse files
committed
remove comma
1 parent 5638d31 commit 1b4edbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/runtime/plots.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function dataURItoBlob (dataURI) {
3636
}
3737

3838
return new Blob([ia], {type:mimeString})
39-
},
39+
}
4040

4141
export default {
4242
activate () {

0 commit comments

Comments
 (0)