| tag name | v0.1.3 (765886b2cb2235d7798c0bea6e6c04bfb7eb7945) |
| tag date | 2015-02-15 12:15:18 -0500 |
| tagged by | Teddy Wing |
| tagged object | commit ad5127d12d... |
| download | chrome-copy-urls-from-all-tabs-0.1.3.tar.bz2 |
|---|
Fix error when `textarea` is null
An error showed up on the Chrome extensions page when the textarea
wasn't available. Check for the existence of a textarea before calling
`.value` on it.
