Browse Source

cleaned up scope

pull/1002/head
Stephen Hess 7 years ago
parent
commit
5721b591fb
  1. 2
      helper/geojsonify_place_details.js

2
helper/geojsonify_place_details.js

@ -66,8 +66,8 @@ function copyProperties( params, source, dst ) {
return;
}
var value = null;
if ( source.hasOwnProperty( prop.name ) ) {
var value = null;
switch (_.defaultTo(prop.type, 'default')) {
case 'string':

Loading…
Cancel
Save