2014-11-03 17:52:15 +11:00

5 lines
73 B
JavaScript

"use strict";
var _ref = [1, 2];
this.foo = _ref[0];
this.bar = _ref[1];