From: Wolfram Schneider Date: Wed, 21 Aug 2013 16:01:38 +0000 (+0200) Subject: documentation X-Git-Tag: 0.9.1~202^2~90 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;ds=sidebyside;h=73d3aa8e442c4c5ba656229137ed4499a4f0f4ed;p=mkws-moved-to-github.git documentation --- diff --git a/test/spec/mkws_utils.js b/test/spec/mkws_utils.js index 7b6eaaf..ac0828c 100644 --- a/test/spec/mkws_utils.js +++ b/test/spec/mkws_utils.js @@ -1,3 +1,9 @@ +/* Copyright (c) 2013 IndexData ApS. http://indexdata.com + * + * helper functions for other test *.spec.js files + * + */ + /* * combine arrays, return a flat list * [["a","b"], ["c"], "d"] => ["a", "b", "c", "d"] @@ -20,7 +26,7 @@ var flat_list = function (list) { return data; }; -var tags = { +var tags = { required: ["mkwsSearch", "mkwsResults"], optional: ["mkwsSwitch", "mkwsLang", "mkwsTargets"], optional2: ["mkwsMOTD", "mkwsStat", "footer"] @@ -30,6 +36,3 @@ module.exports = { flat_list: flat_list, tags: tags }; - - -