Merge branch 'release/2.4.1' into production

This commit is contained in:
Raymond Feng 2014-08-15 23:34:48 -07:00
commit 3d0cf05e70
2 changed files with 2 additions and 1 deletions

View File

@ -1155,6 +1155,7 @@ DataAccessObject.prototype.updateAttributes = function updateAttributes(data, cb
inst[key] = data[key];
typedData[key] = inst[key];
if (typeof typedData[key] === 'object'
&& typedData[key] !== null
&& typeof typedData[key].toObject === 'function') {
typedData[key] = typedData[key].toObject();
}

View File

@ -1,6 +1,6 @@
{
"name": "loopback-datasource-juggler",
"version": "2.4.0",
"version": "2.4.1",
"description": "LoopBack DataSoure Juggler",
"keywords": [
"StrongLoop",