From 20b370370f1854a4f4d628910325e697099949f7 Mon Sep 17 00:00:00 2001 From: Ben Hutchison Date: Fri, 5 Sep 2014 16:29:20 +1000 Subject: [PATCH] Remove incorrect fillStyle parameter from context.fill() --- src/main/scala/org/scalajs/dom/lib.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/scala/org/scalajs/dom/lib.scala b/src/main/scala/org/scalajs/dom/lib.scala index 52234212e..18635d213 100644 --- a/src/main/scala/org/scalajs/dom/lib.scala +++ b/src/main/scala/org/scalajs/dom/lib.scala @@ -2858,7 +2858,7 @@ class CanvasRenderingContext2D extends js.Object { * * MDN */ - def fill(fillRule: String = ???): Unit = ??? + def fill(): Unit = ??? /** * Creates a new, blank ImageData object with the specified dimensions. All of the