Skip to content

Commit

Permalink
docs(README): add weakmap to polyfills
Browse files Browse the repository at this point in the history
  • Loading branch information
steelsojka authored Aug 27, 2017
1 parent 349f544 commit 4b187f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Decorators using lodash functions. View the [API docs](https://steelsojka.github

### Polyfills

This library requires `Map` to be available globally. If `Map` is not supported in your environment then use a polyfill.
This library requires `Map` and `WeakMap` to be available globally. If `Map` or `WeakMap` is not supported in your environment then use a polyfill.

## Usage

Expand Down

0 comments on commit 4b187f7

Please sign in to comment.