From d60b739ae231d9b2cfd601352568fc263259c364 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Mon, 20 Jun 2011 14:14:08 +0100 Subject: [PATCH] Remove comas. --- src/text/CharacterStyle.js | 2 +- src/text/ParagraphStyle.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/text/CharacterStyle.js b/src/text/CharacterStyle.js index 69a4e41f..8485550f 100644 --- a/src/text/CharacterStyle.js +++ b/src/text/CharacterStyle.js @@ -20,7 +20,7 @@ var CharacterStyle = this.CharacterStyle = PathStyle.extend({ _defaults: { fontSize: 10, font: 'sans-serif' - }, + } /** * CharacterStyle objects don't need to be created directly. Just pass an diff --git a/src/text/ParagraphStyle.js b/src/text/ParagraphStyle.js index 7d38e41c..871056c7 100644 --- a/src/text/ParagraphStyle.js +++ b/src/text/ParagraphStyle.js @@ -19,7 +19,7 @@ var ParagraphStyle = this.ParagraphStyle = Style.extend({ _defaults: { justification: 'left' - }, + } /** * ParagraphStyle objects don't need to be created directly. Just pass an