From 73d3aa8e442c4c5ba656229137ed4499a4f0f4ed Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Wed, 21 Aug 2013 18:01:38 +0200 Subject: [PATCH] documentation --- test/spec/mkws_utils.js | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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 }; - - - -- 1.7.10.4