mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix V.js
This commit is contained in:
parent
7d924679a6
commit
6eaa2db533
@ -318,5 +318,5 @@ pub fn (s string) hash() int {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub fn (s string) bytes() []byte {
|
pub fn (s string) bytes() []byte {
|
||||||
return []byte
|
return []
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user