Commit 0b7c3122 authored by Sean Hammond's avatar Sean Hammond

Add trailing comma

parent bdff3874
...@@ -53,7 +53,7 @@ function DraftStore() { ...@@ -53,7 +53,7 @@ function DraftStore() {
return { return {
isPrivate: this._drafts[i].isPrivate, isPrivate: this._drafts[i].isPrivate,
tags: this._drafts[i].tags, tags: this._drafts[i].tags,
text: this._drafts[i].text text: this._drafts[i].text,
}; };
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment