Skip to content
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.

Commit

Permalink
removed space ci-skip, updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdye committed Dec 19, 2017
1 parent 631270f commit 975d983
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -692,6 +692,8 @@ In some scenarios, it might be desirable to allow the `baseRegistry` to override
The following example sets a default loading indicator widget, but passes `true` when getting the widget from the `registry`. This allows a consumer to register an overriding loading indicator in the `baseRegistry`.
The Registry will automatically detect and handle widget constructors as default exports for imported esModules for you.
```ts
class MyWidget extends WidgetBase {
constructor() {
Expand Down

0 comments on commit 975d983

Please sign in to comment.