mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Remove comas.
This commit is contained in:
parent
55724b0e29
commit
d60b739ae2
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue