()
| 183 | } |
| 184 | |
| 185 | schema () { return this.constructor.schema } |
| 186 | |
| 187 | getValidationErrors () { |
| 188 | // Since Backbone unset only sets things to undefined instead of deleting them, we ignore undefined properties. |
no outgoing calls
no test coverage detected