No beans required in ParagraphStyle yet.

This commit is contained in:
Jürg Lehni 2011-05-17 13:12:44 +01:00
parent 7d1d6fa9da
commit 6427bca46e

View file

@ -15,8 +15,6 @@
*/
var ParagraphStyle = this.ParagraphStyle = Base.extend({
beans: true,
initialize: function(style) {
this.justification = (style && style.justification) || 'left';
},