Changes

Jump to navigation Jump to search
m
no edit summary
Line 46: Line 46:  
         }
 
         }
 
          
 
          
         function checkdive(array, read){
+
         function checkdive( array, read){
 
             if ( check(array, read) != undefined) {
 
             if ( check(array, read) != undefined) {
 
                 return dive(array, read);
 
                 return dive(array, read);
             } else if ( array.length > 0 ) {
+
             } else if ( Array.isArray(array) ) {
 
                 return complexcheck( array, read );
 
                 return complexcheck( array, read );
 
             }
 
             }
530

edits

Navigation menu