We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b5c0e commit 7f27f6cCopy full SHA for 7f27f6c
src/main/scala/org/scalajs/dom/WebGLRenderingContext.scala
@@ -702,7 +702,7 @@ object WebGLRenderingContext {
702
final val UNPACK_COLORSPACE_CONVERSION_WEBGL = 0x9243
703
final val BROWSER_DEFAULT_WEBGL = 0x9244
704
705
- implicit class WebGLRenderingContextOps(val webGL: WebGLRenderingContext) extends AnyVal {
+ implicit class WebGLRenderingContextOps(private val webGL: WebGLRenderingContext) extends AnyVal {
706
707
/** Returns the WebGL extension for the given identifier, if present on this browser.
708
*
0 commit comments