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

keyword: fix customProperties property-getter in lib

parent 4f822ba3
No related branches found
No related tags found
No related merge requests found
......@@ -392,6 +392,8 @@ function KeywordUtils(){
_getPropForKeyFn = function(key, field, isCustom) {
var keyObject;
if (valueContainer[key] == undefined)
return undefined;
if (isCustom)
keyObject = valueContainer[key]["customProperties"];
else
......
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