Make the identation consistent for now

This commit is contained in:
Raymond Feng 2013-12-16 08:40:06 -08:00
parent aeecfa5551
commit 3d9061aa69
1 changed files with 30 additions and 30 deletions

View File

@ -396,7 +396,7 @@ DataAccessObject._coerce = function (where) {
// This fixes a regression in mongodb connector
// For numbers, only convert it produces a valid number
// LoopBack by default injects a number id. We should fix it based
// on the connector's input, for example, mongoddb should use string
// on the connector's input, for example, MongoDB should use string
// while RDBs typically use number
DataType = function(val) {
var num = Number(val);