Changes

Jump to navigation Jump to search
m
no edit summary
Line 150: Line 150:  
temp_obj = future_temp_obj;
 
temp_obj = future_temp_obj;
 
} else {
 
} else {
Object.keys( temp_obj ).forEach( function ( piece ) {
+
console.log('nothing to see here')
if ( temp_obj[ piece ] === moving ) { return moving };
  −
});
  −
if ( temp_obj === moving ) { return moving };
   
}
 
}
   Line 175: Line 172:  
return potential_return;
 
return potential_return;
 
}
 
}
if ( array == read || )
+
if ( array === read ) {
 +
return read;
 +
}
 +
Object.keys( temp_obj ).forEach( function ( piece ) {
 +
if ( temp_obj[ piece ] === moving ) { return moving };
 +
});
 
}
 
}
  
530

edits

Navigation menu