Skip to content
This repository has been archived by the owner on Apr 16, 2019. It is now read-only.

Commit

Permalink
make a noop tweak to design doc DONT MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyroberts committed Apr 17, 2014
1 parent 195528c commit 2572199
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fluff/_design/views/generic/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ function (doc) {
for (i = 0; i < doc.group_by.length; i++) {
key.push(doc[doc.group_by[i]]);
}

for (var calcName in doc) {
if (excludes.indexOf(calcName) === -1 && doc.hasOwnProperty(calcName)) {
// isObject(doc[calcName])
Expand Down

0 comments on commit 2572199

Please sign in to comment.