mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-13 04:22:05 +01:00
jsutil: Remove unused functions
This commit is contained in:
parent
7efe4758bd
commit
34187d03a8
@ -23,14 +23,6 @@ import (
|
|||||||
. "github.com/hajimehoshi/ebiten/internal/jsutil"
|
. "github.com/hajimehoshi/ebiten/internal/jsutil"
|
||||||
)
|
)
|
||||||
|
|
||||||
func jsArray(values []float64) js.Value {
|
|
||||||
a := js.Global().Get("Array").New()
|
|
||||||
for _, v := range values {
|
|
||||||
a.Call("push", v)
|
|
||||||
}
|
|
||||||
return a
|
|
||||||
}
|
|
||||||
|
|
||||||
func TestArrayBufferToSlice(t *testing.T) {
|
func TestArrayBufferToSlice(t *testing.T) {
|
||||||
// TODO
|
// TODO
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user