diff options
author | z1mvader <z1mvader@protonmail.com> | 2017-02-07 15:01:52 -0500 |
---|---|---|
committer | z1mvader <z1mvader@protonmail.com> | 2017-02-07 15:01:52 -0500 |
commit | 6bf5c2443441a082de7e8a11b7a92e5ad67c1203 (patch) | |
tree | 79824cccd924dc5a30841ef6bd8525988781f1c5 | |
parent | c48a326fb37976ec9e808825c9641602bccefa56 (diff) | |
download | servo-6bf5c2443441a082de7e8a11b7a92e5ad67c1203.tar.gz servo-6bf5c2443441a082de7e8a11b7a92e5ad67c1203.zip |
removed invalid FIXME
-rw-r--r-- | components/style/properties/shorthand/box.mako.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/style/properties/shorthand/box.mako.rs b/components/style/properties/shorthand/box.mako.rs index 1bcfd5caaf6..207aefc6c5c 100644 --- a/components/style/properties/shorthand/box.mako.rs +++ b/components/style/properties/shorthand/box.mako.rs @@ -311,8 +311,6 @@ macro_rules! try_parse_one { try!(self.animation_duration.to_css(dest)); try!(write!(dest, " ")); - // FIXME: timing function is displaying the actual mathematical name "cubic-bezier(0.25, 0.1, 0.25, 1)" - // instead of the common name "ease" try!(self.animation_timing_function.to_css(dest)); try!(write!(dest, " ")); |