web-push-libs / encrypted-content-encoding

A simple implementation of the encrypted content-encoding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove saved.keymap from ece.js

aliams opened this issue · comments

I noticed that https://github.com/web-push-libs/encrypted-content-encoding/blob/master/nodejs/ece.js#L264 still uses "saved" even though it's been removed.

@aliams, yeah, that's a simple bug. Do you think that you could create a PR?

I just filed this pull request: #46. I hope just removing it was what was intended.

I think that will do for now. There are probably some other cleanups that would make things slightly better, but this gets rid of the glaring undefined reference problem.