Skip to content

Commit 7f27f6c

Browse files
armanbilgejapgolly
andauthored
Make implicit's underlying value private
Co-authored-by: David Barri <[email protected]>
1 parent 59b5c0e commit 7f27f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ object WebGLRenderingContext {
702702
final val UNPACK_COLORSPACE_CONVERSION_WEBGL = 0x9243
703703
final val BROWSER_DEFAULT_WEBGL = 0x9244
704704

705-
implicit class WebGLRenderingContextOps(val webGL: WebGLRenderingContext) extends AnyVal {
705+
implicit class WebGLRenderingContextOps(private val webGL: WebGLRenderingContext) extends AnyVal {
706706

707707
/** Returns the WebGL extension for the given identifier, if present on this browser.
708708
*

0 commit comments

Comments
 (0)