monsur / jscache

Just a simple JavaScript LRU cache.
164 stars 40 forks source link

Verify code can be minified using UglifyJS #13

Open monsur opened 11 years ago

monsur commented 11 years ago

Also improve minification by using local variables and exporting the public interface.