3 lines
No EOL
61 B
JavaScript
3 lines
No EOL
61 B
JavaScript
function filter(p) {
|
|
return (p.type !== 'Zone') && p;
|
|
} |