Skip to content

Commit

Permalink
update README.md to document isRegistered(id) (see natesilva#3 and na…
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Silva committed Feb 21, 2013
1 parent 213fc65 commit 157c8e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -110,6 +110,12 @@ Returns an array of missing schemas. A missing schema is one that was `$ref`eren

See [Schema loading](#schema-loading).

### JaySchema.prototype.isRegistered(id)

Return boolean indicating whether the specified schema id has previously been registered.

See [Schema loading](#schema-loading).

### Loaders

A loader can be passed to the constructor, or you can set the `loader` property at any time. You can define your own loader. **JaySchema** also includes one built-in loader for your convenience:
Expand Down

0 comments on commit 157c8e8

Please sign in to comment.