alt location
This commit is contained in:
parent
60406efb90
commit
cf17ce2c20
|
@ -199,6 +199,8 @@ ModelBaseClass.prototype._initProperties = function(data, options) {
|
|||
}
|
||||
|
||||
if (properties[p]) {
|
||||
// SPIKE: could coercion be done here?
|
||||
// console.log(properties[p], propVal)
|
||||
// Managed property
|
||||
if (applySetters || properties[p].id) {
|
||||
self[p] = propVal;
|
||||
|
|
Loading…
Reference in New Issue