, , false, last . , .
:
timething.timechill = (function() {
var last = 0;
function timechill() {
var now;
now = new Date().getTime();
if (last) {
if (now - last > 500) {
last = now;
return true;
}
return false;
}
last = now;
return false;
}
return timechill;
})());
timechill last. timechill, timething.timechill. , timechill, last, .
( , , , , , true, , , false.)
, . .:-) - SO " ", , , , .