Skip to content

Commit

Permalink
Fixed StackOverflow caused by loadScripts(). Thanks @BOPOH
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiks committed Oct 5, 2015
1 parent 2281cfc commit d71e192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vkWorker.js
Expand Up @@ -183,7 +183,7 @@ var Worker = {


// do the jsonp VK API call
importScripts( url);
setTimeout( function(){ importScripts( url)}, 0);
}
};

Expand Down

0 comments on commit d71e192

Please sign in to comment.