diff options
author | Teddy Wing | 2021-03-21 16:55:10 +0100 |
---|---|---|
committer | Teddy Wing | 2021-03-21 17:45:40 +0100 |
commit | 8b9171a644c3b6a6479dd29bca0f4218d5333ce3 (patch) | |
tree | 13955447ea828ffb9251a4ba45c43fd381c3f8dd /main.js.in | |
parent | b63d509cc16ccd2950eb9770440882c4e238d41e (diff) | |
download | Peniquitous-8b9171a644c3b6a6479dd29bca0f4218d5333ce3.tar.bz2 |
Remove Browserify
We're no longer using the `require` imports to include JS files. Instead
we have a template string process. Not as robust, but easier to fit what
the final user script needs to be.
Diffstat (limited to 'main.js.in')
-rw-r--r-- | main.js.in | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -14,9 +14,6 @@ // along with this program. If not, see <https://www.gnu.org/licenses/>. -// var key_event = require('./lib/mousetrap/tests/libs/key-event.js'); -// var peniquitous = require('./peniquitous'); - function key_event () { $KEY_EVENT } |