From cf17ce2c203548bda538b075fa0300605131df17 Mon Sep 17 00:00:00 2001 From: Yaapa Hage Date: Fri, 28 Aug 2020 13:03:34 +0530 Subject: [PATCH] alt location --- lib/model.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/model.js b/lib/model.js index 5875ba02..62fdd855 100644 --- a/lib/model.js +++ b/lib/model.js @@ -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;