One more comment
This commit is contained in:
parent
638002bc59
commit
2f31701655
|
@ -91,7 +91,11 @@ function join(oneToOneIdMap, oneToManyIdMap, mergeF) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Map with arbitrary keys and values. User .set() and .get() to work with values instead of []
|
||||||
|
* @returns {{set: Function, get: Function, remove: Function, exist: Function, getKeys: Function}}
|
||||||
|
* @constructor
|
||||||
|
*/
|
||||||
function KVMap(){
|
function KVMap(){
|
||||||
var _originalKeyFieldName = 'originalKey';
|
var _originalKeyFieldName = 'originalKey';
|
||||||
var _valueKeyFieldName = 'value';
|
var _valueKeyFieldName = 'value';
|
||||||
|
|
Loading…
Reference in New Issue