mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-05 16:49:45 +00:00
9 lines
161 B
JavaScript
9 lines
161 B
JavaScript
![]() |
function q(qooo) {
|
||
|
var a;
|
||
|
foo: for(;;) {
|
||
|
a++;
|
||
|
if (something) break foo;
|
||
|
return qooo;
|
||
|
}
|
||
|
}
|