removed js build flag in terms_static.go

This commit is contained in:
Ahoys123 2023-01-09 17:50:14 -08:00 committed by Garrett D'Amore
parent 3532b9d94e
commit b96a7ed4dc
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
//go:build tcell_minimal || nacl || js || zos || plan9 || windows || android
// +build tcell_minimal nacl js zos plan9 windows android
//go:build tcell_minimal || nacl || zos || plan9 || windows || android
// +build tcell_minimal nacl zos plan9 windows android
// Copyright 2019 The TCell Authors
//