Skip to content

Commit

Permalink
Minor changes to spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Dec 20, 2011
1 parent 3ac7542 commit 88c8989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Expand Up @@ -54,11 +54,11 @@ var Dog = endtable.Object.extend(
engine: engine,
type: 'dog',
customViews: [
function lowerName(doc) {
function lowerName(doc) {
if(doc.type=='dog')
emit(doc.name.toLowerCase(),doc);
},
function otherNamedView(doc) { ... }
function otherNamedView(doc) { ... }
]
}
);
Expand Down

0 comments on commit 88c8989

Please sign in to comment.