documentation
authorWolfram Schneider <wosch@indexdata.dk>
Wed, 21 Aug 2013 16:02:36 +0000 (18:02 +0200)
committerWolfram Schneider <wosch@indexdata.dk>
Wed, 21 Aug 2013 16:02:36 +0000 (18:02 +0200)
test/spec/mkws_utils.js

index ac0828c..6622f73 100644 (file)
@@ -26,12 +26,17 @@ var flat_list = function (list) {
   return data;
 };
 
+/*
+ * list of div id to check
+ *
+ */
 var tags = {
        required: ["mkwsSearch", "mkwsResults"],
        optional: ["mkwsSwitch", "mkwsLang", "mkwsTargets"],
        optional2: ["mkwsMOTD", "mkwsStat", "footer"]
 };
 
+// node.js exports
 module.exports = {
        flat_list: flat_list,
        tags: tags