diff options
| author | Pietro Gagliardi <[email protected]> | 2016-05-30 00:14:46 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2016-05-30 00:14:46 -0400 |
| commit | 52f7d276a6bb04b8827ac019ad1e135b43819cea (patch) | |
| tree | 5f0ebbfdf5885ef832e77e243b5916e59f46ba18 /prev/doc.go | |
| parent | c9b32c1333e4009b342eedc5f5b39127a724fb42 (diff) | |
Removed prev/.
Diffstat (limited to 'prev/doc.go')
| -rw-r--r-- | prev/doc.go | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/prev/doc.go b/prev/doc.go deleted file mode 100644 index be96265..0000000 --- a/prev/doc.go +++ /dev/null @@ -1,12 +0,0 @@ -// 14 august 2014 - -/* -[this is being written] - -notes: -- default behavior of event handlers is to do nothing -- default behavior of event handlers that return bool is to do nothing but return false -- passing nil to an event handler set function restores default behavior -- only functions safe for calling outside Do() are Go(), Do(), and Stop() -*/ -package ui |
