Changes

Jump to navigation Jump to search
m
no edit summary
Line 16: Line 16:  
                 rise( temporary_obj, depthdive( baseRelation, paths ));
 
                 rise( temporary_obj, depthdive( baseRelation, paths ));
 
                 if ( Object.keys(temporary_obj).length > 0 ) {
 
                 if ( Object.keys(temporary_obj).length > 0 ) {
                     Object.keys(temporary_obj).forEach(hit){
+
                     Object.keys(temporary_obj).forEach( function (hit) {
 
                         if ( temporary_obj[hit] == rel_id_list[item][1] ) {
 
                         if ( temporary_obj[hit] == rel_id_list[item][1] ) {
 
                             return_obj.push(rel_id_list[item]);
 
                             return_obj.push(rel_id_list[item]);
 
                         }
 
                         }
                     }
+
                     });
 
                 } else if ( temporary_obj == rel_id_list[item][1] ) {
 
                 } else if ( temporary_obj == rel_id_list[item][1] ) {
 
                     return_obj.push(rel_id_list[item]);
 
                     return_obj.push(rel_id_list[item]);
530

edits

Navigation menu