Skip to content

Commit 0e520f6

Browse files
committed
revert naming
1 parent 6f822d2 commit 0e520f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dom/src/main/scala/org/scalajs/dom/URL.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ object URL extends js.Object {
1818
* parameter. The URL lifetime is tied to the document in the window on which it was created. The new object URL
1919
* represents the specified File, Blob or MediaSource object.
2020
*/
21-
def createObjectURL(obj: Blob): String = js.native
21+
def createObjectURL(blob: Blob): String = js.native
2222

2323
def createObjectURL(src: MediaSource): String = js.native
2424

0 commit comments

Comments
 (0)