web: Remove unused variables

This commit is contained in:
Hajime Hoshi 2018-06-28 00:17:05 +09:00
parent f19e349d38
commit f765966742

View File

@ -18,16 +18,10 @@ package web
import (
"strings"
"sync"
"github.com/gopherjs/gopherwasm/js"
)
var (
isNodeJSOnce sync.Once
isNodeJS = false
)
func IsBrowser() bool {
return true
}