Files
TiddlyWiki5/node_modules/uglify-js/test/unit/compress/test/var.js
Jeremy Ruston 0d1a2ef21c Added uglify.js
2011-12-21 13:03:37 +00:00

3 lines
79 B
JavaScript

// var declarations after each other should be combined
var a = 1;
var b = 2;