Use Python's True instead of string for arbitrary Python code in mako

This commit is contained in:
CYBAI 2018-01-13 00:14:53 +08:00
parent 50e4171958
commit 3f6a613bea
7 changed files with 12 additions and 12 deletions

View file

@ -30,7 +30,7 @@ ${helpers.predefined_type("clip",
"ClipRectOrAuto",
"computed::ClipRectOrAuto::auto()",
animation_value_type="ComputedValue",
boxed="True",
boxed=True,
allow_quirks=True,
spec="https://drafts.fxtf.org/css-masking/#clip-property")}