1
0
mirror of https://github.com/gdamore/tcell.git synced 2025-04-24 13:48:51 +08:00

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

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
//