From e370845224038e8ba3d789da2784eae2bec71059 Mon Sep 17 00:00:00 2001 From: s9e Date: Fri, 29 Aug 2014 00:06:37 +0200 Subject: Removed trailing commas in JavaScript objects --- js/stmd.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'js') diff --git a/js/stmd.js b/js/stmd.js index 399d58d..4635b10 100755 --- a/js/stmd.js +++ b/js/stmd.js @@ -736,7 +736,7 @@ function InlineParser(){ parseImage: parseImage, parseReference: parseReference, parseInline: parseInline, - parse: parseInlines, + parse: parseInlines }; } @@ -756,7 +756,7 @@ var makeBlock = function(tag, start_line, start_column) { // string_content is formed by concatenating strings, in finalize: string_content: "", strings: [], - inline_content: [], + inline_content: [] }; }; @@ -1364,7 +1364,7 @@ function DocParser(){ incorporateLine: incorporateLine, finalize: finalize, processInlines: processInlines, - parse: parse, + parse: parse }; } -- cgit v1.2.3