Update registry.js

Add missing quotes to examples in JSdoc.
This commit is contained in:
Rand McKinney 2014-11-03 16:02:48 -08:00
parent 842d9b0bcd
commit c388696d3f
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ registry.modelBuilder = new ModelBuilder();
* 'Author',
* {
* firstName: 'string',
* lastName: 'string
* lastName: 'string'
* },
* {
* relations: {
@ -66,7 +66,7 @@ registry.modelBuilder = new ModelBuilder();
* name: 'Author',
* properties: {
* firstName: 'string',
* lastName: 'string
* lastName: 'string'
* },
* relations: {
* books: {