phetsims / query-string-machine

Query String Machine is a query string parser that supports type coercion, default values & validation. No dependencies.
MIT License
3 stars 3 forks source link

Rename schemaElement or schemaEntry to schema #6

Closed samreid closed 8 years ago

samreid commented 8 years ago

We could say the big map is a map from key=>schema, instead of a schema being a map of schema=>schemaElement, it will simplify the terminology enormously.

samreid commented 8 years ago

Fixed above, closing.