removed js build flag in tscreen_stub.go

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

View File

@ -1,5 +1,5 @@
//go:build js || plan9 || windows
// +build js plan9 windows
//go:build plan9 || windows
// +build plan9 windows
// Copyright 2022 The TCell Authors
//