5 lines
33 B
JavaScript
5 lines
33 B
JavaScript
|
|
with (foo) {
|
|
bar();
|
|
baz();
|
|
} |
|
|
with (foo) {
|
|
bar();
|
|
baz();
|
|
} |