]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - tests/jssource/minify/expect/ifreturn2.js
Release $ver
[Github/sugarcrm.git] / tests / jssource / minify / expect / ifreturn2.js
1 function x(a){if(typeof a==='object')
2 return a;if(a===42)
3 return 0;return a*2;}
4 function y(a){if(typeof a==='object')
5 return a;return null;};