Tizen 2.0 Release
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.2.0 / node_modules / grunt / node_modules / uglify-js / test / unit / compress / test / issue68.js
1 function f() {
2         if (a) return;
3         g();
4         function g(){}
5 };