From d878974f851d5537b9563db88792578b92b2e8d8 Mon Sep 17 00:00:00 2001 From: altkatz Date: Tue, 3 Jun 2014 14:54:08 +0800 Subject: [PATCH] remove trailing comma for ie compatibility --- xlsx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xlsx.js b/xlsx.js index fc87854..66c9148 100644 --- a/xlsx.js +++ b/xlsx.js @@ -1475,7 +1475,7 @@ var EXT_PROPS = [ ["LinksUpToDate", "LinksUpToDate", "bool"], ["ScaleCrop", "ScaleCrop", "bool"], ["HeadingPairs", "HeadingPairs", "raw"], - ["TitlesOfParts", "TitlesOfParts", "raw"], + ["TitlesOfParts", "TitlesOfParts", "raw"] ]; XMLNS.EXT_PROPS = "http://schemas.openxmlformats.org/officeDocument/2006/extended-properties";