devicescale: Use gopherwasm

This commit is contained in:
Hajime Hoshi 2018-05-25 02:00:41 +09:00
parent d894a13698
commit 980055e07a

View File

@ -17,7 +17,7 @@
package devicescale package devicescale
import ( import (
"github.com/gopherjs/gopherjs/js" "github.com/hajimehoshi/gopherwasm/js"
) )
func impl() float64 { func impl() float64 {