From e3c498dfde71082410cb172426f19255a20aab9b Mon Sep 17 00:00:00 2001
From: wactbprot <thsteinbock@web.de>
Date: Tue, 17 Feb 2015 16:31:54 +0100
Subject: [PATCH] standards

---
 views/standards/map.js | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 views/standards/map.js

diff --git a/views/standards/map.js b/views/standards/map.js
new file mode 100644
index 0000000..999ad9b
--- /dev/null
+++ b/views/standards/map.js
@@ -0,0 +1,5 @@
+function(doc) {
+  if(doc.Standards){
+    emit("Standards", doc.Standards);
+  }
+}
\ No newline at end of file
-- 
GitLab