10 lines
108 B
JavaScript
10 lines
108 B
JavaScript
"use strict";
|
|
|
|
function b() {
|
|
var _this = this;
|
|
|
|
var t = function t(x) {
|
|
return _this.x + x;
|
|
};
|
|
}
|