Skip to content

Commit e12124d

Browse files
committedDec 27, 2020
reformat
1 parent c404252 commit e12124d

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed
 

‎examples/styling_properties.js

+22-22
Original file line numberDiff line numberDiff line change
@@ -41,28 +41,28 @@ var docDefinition = {
4141
{ text: 'Hello World', opacity: 0.6 },
4242
{ text: 'Hello World', opacity: 0.4 },
4343
{ text: 'Hello World', opacity: 0.2 },
44-
{ text: 'Hello World', opacity: 0.1 },
45-
'\n\n Subscript, superscript:',
46-
{
47-
text: [
48-
'Hello World.',
49-
{
50-
text: '1, 2',
51-
sup: true,
52-
},
53-
' Let\'s continue our sentence. Notice the leading space.'
54-
]
55-
},
56-
{
57-
text: [
58-
'Hello',
59-
{
60-
text: '1, 2',
61-
sub: true,
62-
},
63-
' World'
64-
]
65-
}
44+
{ text: 'Hello World', opacity: 0.1 },
45+
'\n\n Subscript, superscript:',
46+
{
47+
text: [
48+
'Hello World.',
49+
{
50+
text: '1, 2',
51+
sup: true,
52+
},
53+
' Let\'s continue our sentence. Notice the leading space.'
54+
]
55+
},
56+
{
57+
text: [
58+
'Hello',
59+
{
60+
text: '1, 2',
61+
sub: true,
62+
},
63+
' World'
64+
]
65+
}
6666
]
6767
};
6868

0 commit comments

Comments
 (0)
Please sign in to comment.