cleaned up some mess and started the actual compressor
This commit is contained in:
@@ -444,11 +444,7 @@ function OutputStream(options) {
|
||||
output.print("for");
|
||||
output.space();
|
||||
output.with_parens(function(){
|
||||
if (self.init) {
|
||||
self.init.print(output);
|
||||
} else {
|
||||
self.name.print(output);
|
||||
}
|
||||
self.init.print(output);
|
||||
output.space();
|
||||
output.print("in");
|
||||
output.space();
|
||||
|
||||
Reference in New Issue
Block a user