Sign in
dart
/
dart_style
/
refs/tags/v2.3.4
/
.
/
test
/
regression
/
0200
/
0218.stmt
blob: 93896b8b40c094aa89366e330a2e96f2ef98898f [
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
});