Craig Condon

Results 250 issues of Craig Condon
trafficstars

should be a separate repo ``` javascript var Person = caplet.createModelClass({ schema: { firstName: String, lastName: String }, initialize: function() { setSchema(this, this.schema); } }); var p = Person(); p.validate()...

This can be done in other libraries such as crudlet

maybe

high priority
docs