added js flag

This commit is contained in:
Ahoys123 2023-01-09 18:03:40 -08:00 committed by Garrett D'Amore
parent b96a7ed4dc
commit 0851813f48
1 changed files with 2 additions and 2 deletions

View File

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