Searched refs:propertiesPayload (Results 1 – 1 of 1) sorted by relevance
51 function createPropertiesMapThenCallback(propertiesPayload) argument53 if (!propertiesPayload) {59 for (var i = 0; i < propertiesPayload.length; ++i)60 if (propertiesToQueryFor.indexOf(propertiesPayload[i].name) !== -1)61 result[propertiesPayload[i].name] = propertiesPayload[i].value.description;