mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-03-13 16:33:28 -04:00
No beans required in ParagraphStyle yet.
This commit is contained in:
parent
7d1d6fa9da
commit
6427bca46e
1 changed files with 0 additions and 2 deletions
|
@ -15,8 +15,6 @@
|
|||
*/
|
||||
|
||||
var ParagraphStyle = this.ParagraphStyle = Base.extend({
|
||||
beans: true,
|
||||
|
||||
initialize: function(style) {
|
||||
this.justification = (style && style.justification) || 'left';
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue