6 lines
60 B
JavaScript
6 lines
60 B
JavaScript
var _ref = [1, 2];
|
|
foo.foo = _ref[0];
|
|
foo.bar = _ref[1];
|
|
|
|
;
|