File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ crypto/package[SO] type HashAlgorithmIdentifier = HashAlgorithm | String
204204crypto/package[SO] type KeyAlgorithmIdentifier = KeyAlgorithm | String
205205crypto/package[SO] implicit def arrayBuffer2BufferSource(b: ArrayBuffer): BufferSource
206206crypto/package[SO] implicit def arrayBufferView2BufferSource(b: ArrayBufferView): BufferSource
207- crypto/package[SO] val crypto = GlobalCrypto.crypto
207+ crypto/package[SO] def crypto = GlobalCrypto.crypto
208208crypto/package.BufferSource[JT]
209209css[SO] type FontFaceRule = raw.CSSFontFaceRule
210210css[SO] type ImportRule = raw.CSSImportRule
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ crypto/package[SO] type HashAlgorithmIdentifier = HashAlgorithm | String
204204crypto/package[SO] type KeyAlgorithmIdentifier = KeyAlgorithm | String
205205crypto/package[SO] implicit def arrayBuffer2BufferSource(b: ArrayBuffer): BufferSource
206206crypto/package[SO] implicit def arrayBufferView2BufferSource(b: ArrayBufferView): BufferSource
207- crypto/package[SO] val crypto = GlobalCrypto.crypto
207+ crypto/package[SO] def crypto = GlobalCrypto.crypto
208208crypto/package.BufferSource[JT]
209209css[SO] type FontFaceRule = raw.CSSFontFaceRule
210210css[SO] type ImportRule = raw.CSSImportRule
You can’t perform that action at this time.
0 commit comments