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

Update README.md #540

Merged
merged 2 commits into from
Feb 6, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The `Loader` and `ModuleNamespace` classes in `core/loader-polyfill.js` provide
- *`loader.registry.set(resolvedKey, namespace)`*: Set a module namespace into the registry.
- *`loader.registry.get(resolvedKey)`*: Get a module namespace (if any) from the registry.
- *`loader.registry.has(resolvedKey)`*: Boolean indicating whether the given key is present in the registry.
- *`loader.registry.delete(resolvedKey)``*: Removes the given module from the registry (if any), returning true or false.
- *`loader.registry.delete(resolvedKey)`*: Removes the given module from the registry (if any), returning true or false.
- *`loader.registry.keys()`*: Function returning the keys iterator for the registry.
- *`loader.registry.values()`*: Function returning the values iterator for the registry.
- *`loader.registry.entries()`*: Function returning the entries iterator for the registry (keys and values).
Expand Down