31.05.2014 javascript javascript
function resize(){ alert(1) setTimeout(function(){resize()},1000); }