Skip to content
Snippets Groups Projects
Commit aece9d36 authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

added small head comment text for KeywordData_lib

parent 516d5bf0
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,14 @@ import("system.db");
import("DataCaching_lib");
import("Sql_lib");
/*
This is a experimental library.
The code will definetly change in the future while not keeping the same functionparameters and calls. You should not use this except you excatly know what you're doing.
Since the functions will change, comments are written for the future functions.
The idea behind this is to maintain data in cached form (client-context-side)) for various keyword-constructs.
*/
function KeywordData(){}
KeywordData.getSimpleData = function (pKeywordContainer, pLocale)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment