Searched refs:custProperties (Results 1 – 1 of 1) sorted by relevance
4441 var handleCustomProp = function(custProperties) argument4443 if (custProperties != null)4447 for (var i = 0; i < custProperties.length; i++)4449 properties[custProperties[i].name] = custProperties[i];4458 for (var i = 0; i < custProperties.length; i++)4460 if (custProperties[i].name == key && custProperties[i].type == properties[key].type)