7 lines
73 B
JavaScript
7 lines
73 B
JavaScript
if (true) {
|
|
var _ref = [b, a];
|
|
a = _ref[0];
|
|
b = _ref[1];
|
|
_ref;
|
|
}
|