]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - tests/jssource/minify/expect/ifreturn.js
Release $ver
[Github/sugarcrm.git] / tests / jssource / minify / expect / ifreturn.js
1 function a(b){if(b==1){return 2;}else{return 17;}
2 return 3;}