7 lines
75 B
JavaScript
7 lines
75 B
JavaScript
"use strict";
|
|
|
|
var _ref = [1, 2];
|
|
|
|
this.foo = _ref[0];
|
|
this.bar = _ref[1];
|