aboutsummaryrefslogtreecommitdiffstats
path: root/signaling-server/node_modules/socket.io/node_modules/socket.io-client/node_modules/uglify-js/test/unit/compress/test/var.js
blob: 609a35d2a2c02fc9c7408928a7270c3a65ac2d52 (plain)
1
2
3
// var declarations after each other should be combined
var a = 1;
var b = 2;