Skip to content

Commit

Permalink
remove colomon 🔥
Browse files Browse the repository at this point in the history
  • Loading branch information
madneal committed Oct 19, 2017
1 parent a108af8 commit 0f6cf0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function parseJsonToMarkdown(jsonStr) {
story.markdown = []

const paragraphs = story.paragraphs
let lastPtype = '';
let lastPtype = ''
let sequence = 0;
for (let i = 0; i < paragraphs.length; i++) {
if (sections[i]) {
Expand Down

0 comments on commit 0f6cf0e

Please sign in to comment.