Advertisement
diogogmt

estimateSetQueryGetSchema

Mar 20th, 2012
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. In Query.prototype._getSchema
  2.  
  3. this.model.schema.paths.estimateSet: { path: 'estimateSet',
  4. instance: undefined,
  5. validators: [],
  6. setters: [],
  7. getters: [],
  8. options: { type: [ undefined ] },
  9. _index: null,
  10. casterConstructor: [Function: Mixed],
  11. caster:
  12. { path: null,
  13. instance: undefined,
  14. validators: [],
  15. setters: [],
  16. getters: [],
  17. options: {},
  18. _index: null },
  19. defaultValue: [Function] }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement