Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit 3757b6c

Browse files
authored
Merge pull request #541 from unional/patch-2
Update README.md
2 parents 48983ea + 536661e commit 3757b6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ The `Loader` and `ModuleNamespace` classes in `core/loader-polyfill.js` provide
5959
- *`loader.registry.get(resolvedKey)`*: Get a module namespace (if any) from the registry.
6060
- *`loader.registry.has(resolvedKey)`*: Boolean indicating whether the given key is present in the registry.
6161
- *`loader.registry.delete(resolvedKey)``*: Removes the given module from the registry (if any), returning true or false.
62-
- *`loader.registry.keys`*: Function returning the keys iterator for the registry.
63-
- *`loader.registry.values`*: Function returning the values iterator for the registry.
64-
- *`loader.registry.entries`*: Function returning the entries iterator for the registry (keys and values).
62+
- *`loader.registry.keys()`*: Function returning the keys iterator for the registry.
63+
- *`loader.registry.values()`*: Function returning the values iterator for the registry.
64+
- *`loader.registry.entries()`*: Function returning the entries iterator for the registry (keys and values).
6565
- *`loader.registry[Symbol.iterator]`*: In supported environments, provides registry entries iteration.
6666

6767
Example of using the base loader API:

0 commit comments

Comments
 (0)