diff --git a/src/flux/models/utils.coffee b/src/flux/models/utils.coffee index 77a719c13..aaa2ba1fb 100644 --- a/src/flux/models/utils.coffee +++ b/src/flux/models/utils.coffee @@ -585,8 +585,8 @@ Utils = for commaPath in commaPaths joinedVals = [] paths = commaPath.split("+") - for path in paths - parts = path.split(".") + for filePath in paths + parts = filePath.split(".") curVal = model for part in parts if _.isFunction(curVal[part])