]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - tests/jssource/minify/test/if.js
Release $ver
[Github/sugarcrm.git] / tests / jssource / minify / test / if.js
1 var a = 1;
2 if (a == 1) {
3         a = 2;
4 } else {
5         a = 17;
6 }