Remove comas.

This commit is contained in:
Jürg Lehni 2011-06-20 14:14:08 +01:00
parent 55724b0e29
commit d60b739ae2
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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