for...of
This commit is contained in:
committed by
Richard van Velzen
parent
ad344c5be3
commit
9d7d365c2b
@@ -719,7 +719,11 @@ function OutputStream(options) {
|
||||
output.with_parens(function(){
|
||||
self.init.print(output);
|
||||
output.space();
|
||||
output.print("in");
|
||||
if (self instanceof AST_ForOf) {
|
||||
output.print("of");
|
||||
} else {
|
||||
output.print("in");
|
||||
}
|
||||
output.space();
|
||||
self.object.print(output);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user