fix V.js
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