Searched refs:sortProperties (Results 1 – 1 of 1) sorted by relevance
7169 sortProperties(props);7457 sortProperties(props);7646 }}}function sortProperties(props){props.sort(function(a,b){return a.name>b.name?1:-1 function