Sign in
dart
/
dart_style
/
1cf42fa68a80c05ad2418455fc6cdc75f8377abe
/
.
/
test
/
tall
/
regression
/
0200
/
0218.stmt
blob: c84b12275fed48a519a16d22fd5373d33369e14d [
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
},
);