diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-05 17:46:42 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-05 17:46:42 -0400 |
| commit | 1badd5368128f5fef3e12b800f40a276a7553c4a (patch) | |
| tree | e003277a97bd5684495606c47edcef8d3e05c306 /redo/basicctrls.go | |
| parent | c460c11b657a1ff243cf13b96a0fada63a7feee7 (diff) | |
Renamed textField to textfield; this is just for the private implementation.
Diffstat (limited to 'redo/basicctrls.go')
| -rw-r--r-- | redo/basicctrls.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/redo/basicctrls.go b/redo/basicctrls.go index f4f1297..b9265f9 100644 --- a/redo/basicctrls.go +++ b/redo/basicctrls.go @@ -42,7 +42,6 @@ func NewCheckbox(text string) Checkbox { } // TextField is a Control in which the user can enter a single line of text. -// TODO rename private implementations from textField to textfield type TextField interface { Control |
