aboutsummaryrefslogtreecommitdiffstats
path: root/signaling-server/node_modules/socket.io/node_modules/socket.io-client/node_modules/uglify-js/test/unit/compress/test/if.js
blob: a54e762203a4d7324a2a86cda605202bcf839029 (plain)
1
2
3
4
5
6
var a = 1;
if (a == 1) {
	a = 2;
} else {
	a = 17;
}