Changes

Jump to navigation Jump to search
m
no edit summary
Line 152: Line 152:  
Object.keys( temp_obj ).forEach( function ( piece ) {
 
Object.keys( temp_obj ).forEach( function ( piece ) {
 
if ( temp_obj[ piece ] === moving ) { return moving };
 
if ( temp_obj[ piece ] === moving ) { return moving };
}
+
});
 
if ( temp_obj === moving ) { return moving };
 
if ( temp_obj === moving ) { return moving };
 
}
 
}
530

edits

Navigation menu