- // Go through the array, only saving the items
- // that pass the validator function
- for ( ; i < length; i++ ) {
- retVal = !!callback( elems[ i ], i );
- if ( inv !== retVal ) {
- ret.push( elems[ i ] );
- }
- }
it stay where it is, and CPU load shows it's processing something. i'm not sure why something causing it, but for sure it's matter of asynchronous functionality, which may cause this even happen on a compute with faster or slower CPU, well, how to bypass it,.... is it dangerous for me to go through this?
the debugger, never leave the function and stay where it is.
before i write this thread, i restart my chrome, end tasking it on windows, and before submit this thread, i again test the issue, it didn't fall for the same thing,... but i still need to be worry, so i post this. it my be caused by my own chrome loading badly, or may be ... BTW, the code didn't change.