1
0
mirror of https://github.com/seejohnrun/haste-server.git synced 2025-12-18 15:21:28 +00:00
Files
haste-server/node_modules/uglify-js/tmp/goto2.js
2012-02-06 14:09:01 -05:00

9 lines
161 B
JavaScript

function q(qooo) {
var a;
foo: for(;;) {
a++;
if (something) break foo;
return qooo;
}
}