mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -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: {
|
_defaults: {
|
||||||
fontSize: 10,
|
fontSize: 10,
|
||||||
font: 'sans-serif'
|
font: 'sans-serif'
|
||||||
},
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CharacterStyle objects don't need to be created directly. Just pass an
|
* CharacterStyle objects don't need to be created directly. Just pass an
|
||||||
|
|
|
@ -19,7 +19,7 @@ var ParagraphStyle = this.ParagraphStyle = Style.extend({
|
||||||
|
|
||||||
_defaults: {
|
_defaults: {
|
||||||
justification: 'left'
|
justification: 'left'
|
||||||
},
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ParagraphStyle objects don't need to be created directly. Just pass an
|
* ParagraphStyle objects don't need to be created directly. Just pass an
|
||||||
|
|
Loading…
Reference in a new issue