File tree 2 files changed +2
-2
lines changed
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
204
204
crypto/package[SO] type KeyAlgorithmIdentifier = KeyAlgorithm | String
205
205
crypto/package[SO] implicit def arrayBuffer2BufferSource(b: ArrayBuffer): BufferSource
206
206
crypto/package[SO] implicit def arrayBufferView2BufferSource(b: ArrayBufferView): BufferSource
207
- crypto/package[SO] val crypto = GlobalCrypto.crypto
207
+ crypto/package[SO] def crypto = GlobalCrypto.crypto
208
208
crypto/package.BufferSource[JT]
209
209
css[SO] type FontFaceRule = raw.CSSFontFaceRule
210
210
css[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
204
204
crypto/package[SO] type KeyAlgorithmIdentifier = KeyAlgorithm | String
205
205
crypto/package[SO] implicit def arrayBuffer2BufferSource(b: ArrayBuffer): BufferSource
206
206
crypto/package[SO] implicit def arrayBufferView2BufferSource(b: ArrayBufferView): BufferSource
207
- crypto/package[SO] val crypto = GlobalCrypto.crypto
207
+ crypto/package[SO] def crypto = GlobalCrypto.crypto
208
208
crypto/package.BufferSource[JT]
209
209
css[SO] type FontFaceRule = raw.CSSFontFaceRule
210
210
css[SO] type ImportRule = raw.CSSImportRule
You can’t perform that action at this time.
0 commit comments