You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bumped Version
- Made CreateContainer properly private (programmatically)
- Finished Documenting the base HashMap
- Removed comments and docs from the browser dist files.
v1.0.1- More Documentation
- Fixed usage of obj.hasOwnProperty('blah') to be Object.prototype.hasOwnProperty.call(obj,'blah')
- this could be a potential security vulnerability. So please update.