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

Commit

Permalink
added wifilinksByDeviceId view
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoechaniz committed Nov 15, 2012
1 parent 7da9faa commit ec41f7b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions views/wifilinksByDeviceId/map.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
function(doc) {
if (doc.collection == 'wifilinks' && doc.device_id) {
emit(doc.device_id, doc);
}
}

0 comments on commit ec41f7b

Please sign in to comment.