Remove mozImageSmoothingEnabled (deprecated)

This commit is contained in:
copy 2017-07-09 16:51:11 -05:00
parent 5ef8c3e614
commit 9a342d45e7

View file

@ -128,7 +128,6 @@ function ScreenAdapter(screen_container, bus)
}
graphic_context["imageSmoothingEnabled"] = false;
graphic_context["mozImageSmoothingEnabled"] = false;
cursor_element.style.position = "absolute";
cursor_element.style.backgroundColor = "#ccc";