Sign in
dart
/
dart_style.git
/
ec0048b
/
.
/
test
/
tall
/
regression
/
0200
/
0218.stmt
blob: b2c4a0fcccb03c786f85ff6d73b36af100b266a5 [
file
] [
log
] [
blame
]
>>>
(
indent
2
)
var
player
=
body
.
animate
(
[{
"font-size"
:
"500px"
},
{
"font-size"
:
fontSize
}],
{
"duration"
:
100
});
<<<
var
player
=
body
.
animate
(
[
{
"font-size"
:
"500px"
},
{
"font-size"
:
fontSize
},
],
{
"duration"
:
100
},
);